Uncover the Extraordinary at Our Rare Collections Website

Hello world!

Posted by:

|

On:

|

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Posted by

in

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

document.addEventListener('DOMContentLoaded', () => { const elements = document.querySelectorAll('.fade-in'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('visible'); } }); }); elements.forEach(element => observer.observe(element)); });