Jump to content
Search Community

GSAP doesn't work on page refresh

AlexMKC test
Moderator Tag

Go to solution Solved by GreenSock,

Recommended Posts

  • Solution

I assume you wanted something like this?: 

https://codesandbox.io/s/modest-haslett-fvkipm?file=/src/App.js

 

I'm not much of a React guy, but I believe it requires you to useEffect() otherwise your code will run again and again every time the component renders, and you must define an empty dependency array. Also, you can't use "class" in your jsx - I think it  has to be "className". Again, a React thing. Totally unrelated to GSAP. 

 

You might want to read

 

I hope that helps.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...