Open laugre opened 4 years ago
Hi! Sounds like the data-sal
animation is faster than the page transition animation.
Try adding data-sal-delay
for the plugin to wait until the page transition ends.
I try to add data-sal-delay, doesn't matter how much time I provide, it still doesn't work. I think maybe the reason is scroll animation doesn't trigger at all. Any solutions ?
"gatsby-plugin-scroll-reveal" Must go before "gatsby-plugin-transition-link". On your gatsby config file
Hi there, nice plugin !
It works well the first time my home page is loaded to show a banner with zoom-in animation. But then if I go to another page and come back to home page using a Gatsby AniLink animation, Scroll reveal anim is not fired. It seems like the plugin doesn't know the page is reloaded. It works well if I use a traditional Gatsby Link instead of AniLink.
Here my banner code :