Closed mattpichola closed 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.
Currently all of my animations happen on load, I
Sure! Use onLeave instead.
onLeave
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.