Jump to content
Search Community

Concurrent tweens with different eases

emmanuelulloa test
Moderator Tag

Recommended Posts

When I want to use different eases in concurrent tweens I usually use two different calls with the same position labels.
But I was wondering if there is better/"more correct" way to do this?
What I currently use:

.to("#f1-img", {scale:1, ease: "bounce.out"}, "FRAME1_ENTER" )
.to("#f1-img", {xPercent:0, ease: "circ.out"}, "FRAME1_ENTER" )

 

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