10 Commits

Author SHA1 Message Date
Mr.doob
795a2d549a Updated examples. 2012-09-01 14:30:09 +02:00
Mr.doob
01f9dc7322 r6 2012-04-10 03:19:28 +02:00
Mr.doob
86bd597c07 Renamed EaseNone, EaseIn, EaseOut and EaseInOut to None, In, Out and InOut. Refactored code for better compression. 2012-04-07 11:50:40 +02:00
Mr.doob
d20214f175 Removed autostart feature thus simplified code. Updated examples. Fixes #36. 2012-04-07 11:06:20 +02:00
Mr.doob
954f844f3a Examples embed code clean up. 2012-04-03 04:09:50 +02:00
Mr.doob
073fcd8444 Fixed graphs example (graphs weren't floating properly in Firefox/Opera). 2011-08-26 21:33:00 +02:00
Mr.doob
67b490c4ff * 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.
2010-10-20 04:36:09 +01:00
sole
7a23c0bda3 incorporate changes by infusion :-) 2010-10-18 13:05:32 +01:00
sole
84e8f8faf9 Unify graphs example look with the rest of examples 2010-09-25 16:50:40 +01:00
Mr.doob
2dbeac6d65 * Simplified formulas
* Reusing equation value for each property
 * Added missing equations
 * Renamed _valuesChange to _valuesDelta
 * Applying _valuesEnd when elapsed > duration
 * Graphs example
 * Minor optimisations
2010-09-25 20:41:24 +08:00