You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Hello every body, i am a French web developper, i have a gatsby site where i test animations with GSAP. In my home page i have a animation based on scroll using GSAP ScrollTrigger. Everything works well untill i try to implement gatsby-plugin-transition-link. When the plugin is implemented my animations get broken, the scrolltrigger doesn't work anymore and the css is also broken.
But the pages transitions using the plugin are working really well.
Do you know how can i resolve this issue?
Thank you !
The text was updated successfully, but these errors were encountered:
Hello! i find out that the "tl-edges" wrapper put the mess, if i change the css "overflow-x:hidden" by "overflow-x:hidden" my gsap animations are ok again but the page transition animation using AniLink don't work anymore.
Someone have an idea what can i do to fix that?
Thank you!
Hello every body, i am a French web developper, i have a gatsby site where i test animations with GSAP. In my home page i have a animation based on scroll using GSAP ScrollTrigger. Everything works well untill i try to implement gatsby-plugin-transition-link. When the plugin is implemented my animations get broken, the scrolltrigger doesn't work anymore and the css is also broken.
But the pages transitions using the plugin are working really well.
Do you know how can i resolve this issue?
Thank you !
The text was updated successfully, but these errors were encountered: