Documentation: https://scrollrevealjs.org/guide/hello-world.html
Pricing: https://scrollrevealjs.org/pricing/
const animations = {
slideInLeft: {
distance: '150%',
origin: 'left',
opacity: '0',
duration: 1200,
},
slideInDown: {
distance: '150%',
origin: 'top',
opacity: '0',
duration: 1200,
}
}
ScrollReveal().reveal('.hero--home .col--main', animations.slideInLeft);
ScrollReveal().reveal('.hero--culture .col--main', animations.slideInDown);
ScrollReveal().reveal('.hero--locations .col--main', animations.slideInDown);