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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...