RPeraltaJr
1/31/2020 - 7:59 PM

ScrollReveal V4

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);