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 All,

 

Im trying to get 2 tweens to animate at the same time when I mouse in over a link, and to reverse the animation when I mouse out.

 

Each tween is working correctly in isolation, they're just not workingvery well together at the same time. The 2nd time you hover, the 2nd tween just jumps between its start and end points, there is no animation at all.

 

I tried adding the position parameter of "0" to the second tweens but it didn't solve the problem

 

Any help appreciated

See the Pen KvPJKP by sygad1 (@sygad1) on CodePen.

Posted

Hi ,

 

This is one option: build a timeline which is paused and you could play / reverse it by mouseenter / mouseleave:

 

See the Pen WEemPX by mikeK (@mikeK) on CodePen.

 

Happy tweening ...

Mikel

 

 

  • Like 2
Posted

Interesting approach and one I'll play with

 

not quite what i'm looking for though as this prevents me from customising the "leave" animation to an easeIn

 

cheers anyway though

Posted

Hi sygad1,

 

You can use for example a var for the ease: 

 

See the Pen WEemPX by mikeK (@mikeK) on CodePen.

 

Best regards

  • Like 1
Posted

Now that is very interesting, cheers for that, I think that will solve the problem

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