tweenjs / es6-tween

ES6 version of tween.js
MIT License
186 stars 34 forks source link

Variable "isStarted" is not set properly in core.js #31

Closed VictorZhang-1928 closed 7 years ago

VictorZhang-1928 commented 7 years ago

Variable "isStarted" remains "true" after all tweens removed by calling "removeAll" or "remove" in "core.js", so all tweens added after that will never start automatically unless event "visibilitychange" fired.

ps: sorry for my poor english...

dalisoft commented 7 years ago

Hi. Thanks for using library. I will test and publish as soon as possible

dalisoft commented 7 years ago

@VictorZhang-1928 Please see v3.5.2 release, it should fix the issue, test, then let me know. v3.5.2 is avaiable at GitHub, npm and Yarn, or you can find the distrubtion file links at here

EDIT: Not worry about english, i am too don't know english good ;)

dalisoft commented 7 years ago

@VictorZhang-1928 If you think or sure, that bug is fixed, please, close the issue

VictorZhang-1928 commented 7 years ago

@dalisoft Yes, it's fixed, thanks.

dalisoft commented 7 years ago

You're welcome