22 Commits

Author SHA1 Message Date
Mr.doob
954f844f3a Examples embed code clean up. 2012-04-03 04:09:50 +02:00
Mr.doob
0f1f422e6c Small change to get2DPoint code. The velocity seems to be more homogeneous. Thanks @zz85. 2012-03-03 13:53:22 +01:00
sole
1fac81d1b0 Add autostart/stop functionalities 2011-10-15 15:28:22 +02:00
sole
d2542e47f1 Fix minor grammar slip :-P 2011-10-15 10:26:45 +02:00
sole
f7ab15869b Ensure the video is loaded 2011-10-01 20:31:36 +02:00
sole
6e463f99d5 Add new example (video and time) and bump revision number to 3 2011-09-30 19:30:57 +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
114205af45 Added TWEEN's own interval.
Controllabe with TWEEN.start() and TWEEN.stop().
Thx @is__real! ;)
2011-03-25 00:47:53 +00:00
Mr.doob
a3849e81ea Added spline (catmull rom) example. 2011-01-17 22:05:54 +00:00
Mr.doob
d34396b097 * 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
2010-10-29 06:09:28 +01: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
58ebf53dfe added usage and another simple example 2010-09-25 17:49:20 +01:00
sole
84e8f8faf9 Unify graphs example look with the rest of examples 2010-09-25 16:50:40 +01:00
Mr.doob
b695680a44 * Simplified Tween class logic 2010-09-25 22:41:51 +08: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
sole
25b2ce695a updated examples pages 2010-09-17 20:27:08 +01:00
sole
9e974c7d22 added another example 2010-08-01 22:10:05 +01:00
sole
edd27ebe6d merged with mrdoob's changes and also updated examples to run with latest code style 2010-08-01 20:10:48 +01:00
sole
1455b0bac2 length -> duration 2010-05-30 17:34:39 +01:00
sole
8299a0fa90 bars example 2010-05-28 15:49:43 +01:00
sole
f236070959 src+examples 2010-05-28 15:36:14 +01:00