mirror of
https://github.com/tweenjs/tween.js.git
synced 2025-12-08 20:16:12 +00:00
* TWEEN.remove() changed to look similar to TWEEN.update() code; * Moved TWEEN.add() from TWEEN.Tween constructor to TWEEN.Tween.start(). This should speed up things (no need to loop along tweens that haven't started yet). * Removed TWEEN.Tween._complete (Is not needed); * Simplified TWEEN.Tween.update(); * Fixed README example code (and some wording). * Moved examples/style.css to examples/css/style.css (clean up) * Included Stats.js in examples/js to remove internet dependency.