Jump to content
Search Community

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Posted

Hi guys! 

I am a beginner at JavaScript. I created codepen with hover animation. So, when I hover the blue square, the first animation begins. Then, when the first animation ends, the second animation begins. When the mouse leaves, the first animation reverse, but the callback function stills working. I need reverse for the animation inside the callback function when the mouse leaves. How can I do this?

See the Pen oVWgjX by Female (@Female) on CodePen.

Shaun Gorneau
Posted

@Maryna, one way to handle that would be to define newTl in a scope accessible to all functions, kill() newTl on hover-out mouseleave, and build/rebuild the tween on each circleMove() call.

 

See the Pen ZPXWXZ?editors=1111 by sgorneau (@sgorneau) on CodePen.

 

  • Like 2
  • Thanks 1
Posted

Thank you so much! That's what I need.

Shaun Gorneau
Posted

Great! Happy to help :) 

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...