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

Complete event or similar on Timeline #44

Closed lannymcnie closed 7 years ago

lannymcnie commented 10 years ago

If possible, it would be handy to be able to get an event when a Timeline has completed all its tweens.

gskinner commented 7 years ago

Timeline now dispatches change and complete events.

zur4ik commented 7 years ago

@gskinner I tried .on("complete", ...) with no luck and in documentation there is only change event. Did I missed somethting?

meleyal commented 6 years ago

I also ran into the issue of the complete event not firing, any progress on this?