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

Add getter / setters. #57

Closed gskinner closed 7 years ago

gskinner commented 9 years ago

We should add appropriate getter / setters to TweenJS to bring it in line with the other libraries.

Ex. Tween.paused, Timeline.paused, Tween.position(?), etc.

gskinner commented 7 years ago

Added paused and currentLabel. setPosition is a complex operation, so isn't ideal as a getter/setter.