alvarotrigo / pagePiling.js

pagePiling plugin by Alvaro Trigo. Create a scrolling pile of sections. http://alvarotrigo.com/pagePiling/
4.1k stars 653 forks source link

Using Callbacks to start animation when next section is shown #197

Closed mattpichola closed 4 years ago

mattpichola commented 4 years ago

Is there a way I can use callbacks to start an animation when the section is made active? Currently all of my animations happen on load, I would like each set of animations for each page to start once that page is scrolled to.

alvarotrigo commented 4 years ago

Currently all of my animations happen on load, I

Sure! Use onLeave instead.