tweenjs / es6-tween

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

Updating shuffle function to ES6 version. #68

Closed seIncorp closed 5 years ago

seIncorp commented 5 years ago

Updating shuffle function to ES6 version, where for shuffling I just used Array.forEach function.

dalisoft commented 5 years ago

Thanks for PR, but I don’t think it is necessary. Because it is works currently and has good performance