google-code-export / tweener

Automatically exported from code.google.com/p/tweener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need functions "finishAllTweens()" and "finishTween(index)"

GoogleCodeExporter opened this issue · comments

This is an enhancement request. In many cases I have seen the need 
to "finsihAllTweens()" so all objects are set to the end state of each 
animation. This is usually needed based on user activity. The user may 
click an action while something is animating and in many use cases I can 
see a need to have all or select tweens to "jump" to their end state 
before starting the next set of tweens. Otherwise some tweens may conflict 
with the new tweens and cause undesireable results.

The "removeAllTweens" is one workaround but this method leaves partially 
completed tweens which require considerable effort to manually reset.

Original issue reported on code.google.com by tonyghe...@gmail.com on 26 Sep 2008 at 3:12

Or... "endTween" as already mentioned in other posts.

Original comment by tonyghe...@gmail.com on 26 Sep 2008 at 3:19