tweenjs / es6-tween

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

timeline is not running #74

Closed wlinglinux closed 5 years ago

wlinglinux commented 5 years ago

https://codepen.io/dalisoft/details/mMRWdr I am studing es6-tween. I want to use Timeline or chainedTweens, but it is not running.

dalisoft commented 5 years ago

@wlinglinux Please change this line

- let tl = new Timeline();
+ let tl = new Timeline({});

and timeline should work. While it's real bug for some users, i now push fix

dalisoft commented 5 years ago

I released new version, can you try new v5.5.3 release?

wlinglinux commented 5 years ago

thanks

dalisoft commented 5 years ago

Have a nice day!