Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
/**
* Scroll Reveal Animations
* Initializes ScrollReveal library for section animations
*/
function initScrollReveal() {
if (typeof ScrollReveal === 'undefined') {
console.warn('ScrollReveal library not loaded');
return;
}
ScrollReveal().reveal('section', {
duration: 2000,
origin: 'bottom',
distance: '100px',
reset: false
});
}
// Wait for components to load before initializing
window.addEventListener('componentsLoaded', initScrollReveal);