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 967 forks source link

Tween.removeAllTweens chokes on Timelines #56

Closed gskinner closed 7 years ago

gskinner commented 9 years ago

Timelines don't have a target, so they cause an error when using removeAllTweens.

gskinner commented 7 years ago

This was fixed.