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

onChange made public #12

Closed AdamCraven closed 12 years ago

AdamCraven commented 12 years ago

At the moment, onChange function cannot be assigned by a user. This change allows user to send an onChange function, through properties, to listen for the event. Useful for enabling temporary animations where ticker isn't always enabled, or more complicated behaviour when tween isn't enough.

gskinner commented 12 years ago

I have integrated these changes and updated the documentation accordingly. Thanks for the contribution!