Share Posted October 13, 2015 I am using TweenLite.to to change a path when a clipped svg is hovered. I change the cursor on mouseover event (which triggers the Tween). I would like to "reset" the cursor (to default) when the tween is done, but tween seems to be modeless, so execution follows downstream. How can I handle this? thanks Link to comment Share on other sites More sharing options...
Share Posted October 13, 2015 Hello Antonio, and welcome to the GreenSock Forum! To better help you can you please provide a limited codepen example so we can see your code live and in action. Here is a great video tut by GreenSock on How to create a codepen example! You could always us a special callback onComplete to add a class with the new cursor property and value. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now