Jump to content
Search Community

how to update code

flaviomotta test
Moderator Tag

Recommended Posts

Hi..How can I use this with actual versions of GSAP ?

 

   TweenLite.set($('#'+frm), {scale:0.5, rotationX:70, autoAlpha:0, y:-300, z:-500, transformPerspective:600, display:"block"});
    TweenLite.to($('#'+frm), 0.95, {autoAlpha:1, scale:1, ease:Back.easeOut.config(1.5), delay:0.1});
    TweenLite.to($('#'+frm), 1.1, {rotationX:0, y:0, z:0, ease:Back.easeOut.config(1), delay:0.15, clearProps:"transform"});

 

 

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