CreateJS / TweenJS

A simple but powerful tweening / animation library for Javascript. Part of the CreateJS suite of libraries.
http://createjs.com/
MIT License
3.56k stars 966 forks source link

Tween loops get stuck when do update duration in the middle of the loop #104

Open msgopinath opened 6 years ago

msgopinath commented 6 years ago

Hi,

I do have infinitive Tween loop and i tried to change the duration for every loop ..It seems if you change duration property its get stuck any work around for this?

Br, Gopi

lannymcnie commented 5 years ago

Can you post some code? Why are you updating the duration each loop? Might make more sense to create new tweens each loop.