jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.39k stars 2.26k forks source link

option Reset doesn't work on my website #452

Closed GuillaumeGascon closed 6 years ago

GuillaumeGascon commented 6 years ago

Environment

Hello,

first thanks for this awesome script.

i've a problem using the reset option, my element didn't reset when they exit the viewport.

i've try to switch the default value but didn't work to...

var leftSlow = {

    reset: true,
    origin: 'left',
    distance: '5em',
    duration: 700,
    delay: 100

  };

  ScrollReveal().reveal('.header_title h3', leftSlow);
jlmakes commented 6 years ago

Hey Guillaume. There doesn't appear to be anything wrong with how you’ve used ScrollReveal. Do you have a demo of the problem I can look at?