Jump to content

Javascript does not work after update to 0.99.10.1178


erich.wanker

Recommended Posts

i use TweenLite to animate the forms of my project ..

 

in Form.ClientEvents.ExtEvebts  -> Ext.form.Panel[form] -> form.show   i have

function form.show(sender, eOpts)
{
   TweenLite.set(sender.getId(), {scale:0.5, rotationX:70, autoAlpha:0, y:-300, z:-500, transformPerspective:600, display:"block"});
TweenLite.to(sender.getId(), 0.25, {autoAlpha:1, scale:1, ease:Back.easeOut.config(1.5), delay:0.1});
TweenLite.to(sender.getId(), 0.4, {rotationX:0, y:0, z:0, ease:Back.easeOut.config(1), delay:0.15, clearProps:"transform"});
}

but the script doe not work anymore ... i get no errors .. the  <script src="files/js/TweenMax.min.js"></script> is loaded .. the TweenLite-function should be work .. but nothing happens ...

 

Does anybody know what i must change to run the animated effect again?

 

ThanX

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...