-
-
Notifications
You must be signed in to change notification settings - Fork 34
Can't stop tween when Infinit repeat. #41
Comments
Hi. Thanks for issue. I know this bug, because of createUi i did this trick. But i will introduce major update in 2-3days or max next week. Until it please wait. I am very want fix, but because of my work i have not time |
Or you can modify code for yourself. If not know TypeScript, after installation with npm, run 'tsc' on directory and you should see src compiled foldrr |
OK. Thanks! Just remove _isFinite check in stop(). change And maybe _r in stop() should be _reversed. Or it will not go back to start value when reversed. change |
I already fix that in local machine. Just not find time to upload. Thanks for fix again |
Your issue should resolve 4.0.1 |
Can't stop tween when Infinit repeat. It just ignore when _isFinite is false in Tween.stop/Lite.stop.
But in origin tween.js version there is no _isFinite check in stop function.
The text was updated successfully, but these errors were encountered: