tweenjs / es6-tween

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

Import instructions for 'lite' version refer to non-existant file. #43

Closed elliottregan closed 6 years ago

elliottregan commented 6 years ago

Issue description

Related

This issue is related to: README

What you excepted?


Also, what is the difference between importing { Easing, Tween, autoPlay } from index.js and from es6-tween? I found I had to change .onUpdate() to .on('update', ...) when importing the library.

dalisoft commented 6 years ago

Hi. Thanks for using our library. But Lite was deprecated in v4.x.x

dalisoft commented 6 years ago

Also, what is the difference between importing { Easing, Tween, autoPlay } from index.js and from es6-tween? I found I had to change .onUpdate() to .on('update', ...) when importing the library.

Lite version has been optimized, memory effecient and faster until 4.x.x introducted

elliottregan commented 6 years ago

Oh, I see. I didn't realize I was using a different version than what was available over CDN.

Maybe the real bug here is "README isn't updated for the 4.x release"?

dalisoft commented 6 years ago

README for 4.x is updated in only GitHub, so please sorry for this. I will fix issue in few days

elliottregan commented 6 years ago

No worries! Let me know if you'd like any help.

dalisoft commented 6 years ago

I will making something really nice for my users like you (hope you'd like) and should optimize the performance under the hood by some memory cost

dalisoft commented 6 years ago

Look at v4.0.2, that should fix docs issue and much some new i few time ago said