Jump to content

How to "clearAnimation" ?


erich.wanker

Recommended Posts

Hi ..

i move a panel with:

      unisession.AddJS(panel.JSName + '.animate( {  duration: 10000, to: { x: ' + inttostr(10) + '  } });');

 

not - i want to stop the animation instantly .. but this doenst work?

       unisession.AddJS(panel.JSName + '.clearAnimation();');

 

Any Idea how to do this?

ThanX

Erich

 

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