
GoodMorning
-
Posts
9 -
Joined
-
Last visited
Community Answers
-
GoodMorning's post in Using States Conflicting with Animations was marked as the answer
Ok so Instead of using states, I simply used gsap.set(buttonRef.current, {disabled:true})
inside of the timeline which served the same purpose. I'm not sure how to handle states in the future, but this worked for now.