boolean
options.reset
enables/disables elements returning to their initialized position when they leave the viewport. When true
elements reveal each time they enter the viewport instead of once.
Be careful over-using this effect!
{ reset: false }
We can use this behavior to emphasize our call to action, e.g:
ScrollReveal().reveal('#signup', { reset: true });