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

pause method doc confused #65

Closed futurist closed 9 years ago

futurist commented 9 years ago

TweenJS Doc section of method pause:

http://www.createjs.com/Docs/TweenJS/classes/Tween.html#method_pause

Parameters:

- tween Tween
The tween to play. If null, it pauses this tween.

Should play be ?

The tween to pause....

Just confused. Thanks.

lannymcnie commented 9 years ago

Thanks for the report. This has already been addressed in GitHub, and should get published to the site shortly.