Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

The plugin breaks my GSAP scrollTrigger animation when i install it #280

Open
StephaneBusiere opened this issue Jun 15, 2021 · 2 comments
Open

Comments

@StephaneBusiere
Copy link

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 !

@StephaneBusiere
Copy link
Author

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!

@hotfudgecake
Copy link

Hi, by chance are your animations dependent on position: sticky? I overwrote the overflow property in styles.css, maybe you can try that?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants