1
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added Jerome's three.js+tween.js tutorial link More... over 12 years ago
Added FAQ section on the README file More... over 12 years ago
Tag and update build, readme, etc with latest change More... almost 13 years ago
Merge pull request #12 from paullewis/master More... almost 13 years ago
Added utility methods to get all tweens that are active, and another to remove all tweens More... almost 13 years ago
Added changelog section in README More... almost 13 years ago
Casing consistency More... almost 13 years ago
Using Tween.js as build name file, not tween.js More... almost 13 years ago
Update packer system to include REVISION number too More... almost 13 years ago
Update packer system to include REVISION number too More... almost 13 years ago
Add ROME project More... almost 13 years ago
Added WebGL project + screenshot More... almost 13 years ago
Updated example in README. More... about 13 years ago
Merge remote branch 'origin/master' More... about 13 years ago
Added TWEEN's own interval. Controllabe with TWEEN.start() and TWEEN.stop(). Thx @is__real! ;) More... about 13 years ago
added project androidify which uses tween.js too More... over 13 years ago
Spline example by mrdoob More... over 13 years ago
Merge remote branch 'origin/master' More... over 13 years ago
Added spline (catmull rom) example. More... over 13 years ago
fixing project image links More... over 13 years ago
Now using Closure Compiler (~200bytes) More... over 13 years ago
Merge branch 'master' of github.com:sole/tween.js More... over 13 years ago
* Tweens were not being removed on complete :S * Removed destroy() (stop() does exactly the same) * TWEEN.remove() code was broken (tween.splice instead of tweens.splice) * Changed default easing to TWEEN.Easing.Linear.EaseNone (for simplicity) * Added header to compiled file * Fixed examples More... over 13 years ago
added floweroscope to the projects More... over 13 years ago
* Simplified TWEEN.remove() More... over 13 years ago
* Added TWEEN.Tween.stop(). Always good to be able to stop a tween ;-) More... over 13 years ago
* TWEEN.update() optimised (storing tweens.length) * 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. More... over 13 years ago
infusion credits More... over 13 years ago
incorporate changes by infusion :-) More... over 13 years ago
* onComplete needs to send the object too. More... over 13 years ago