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

Documentation: AbstractTween.paused is not read only #98

Closed FumioNonaka closed 7 years ago

FumioNonaka commented 7 years ago

https://github.com/CreateJS/TweenJS/blob/65799233212c916a620307dd4326d35867d7cfea/src/tweenjs/AbstractTween.js#L273 AbstractTween.paused property is getter/setter. http://createjs.com/docs/tweenjs/classes/Tween.html#property_paused

lannymcnie commented 7 years ago

Thanks! I appreciate all the documentation review :)