19 Commits

Author SHA1 Message Date
Joe Pea
34d4961044 refactor: remove requestAnimationFrame polyfill, it has been out for a long time in all browsers 2024-01-14 16:10:41 -08:00
Joe Pea
b1010e3984 update formatting 2024-01-14 16:02:56 -08:00
Joe Pea
fbdd788bf8 chore: format code to updated prettier standard 2023-04-22 21:09:08 -07:00
Joe Pea
899a0e3a59 Merge branch 'master' into typescript
* master: (38 commits)
  update dist files
  rename some tests to better reflect what they test
  improve the conditional logic more so that values in nested arrays can also be animated
  add and example and test for animating values in an array
  start values aren't arrays, only to values are
  move _updateProperties function back out to a method
  fix yoyo with array values test
  temporary, move updateProperties function to make diff with master more clear
  move some code and update variable names to make mergin with master easier (less conflict)
  update dist
  improve state reset when stopping and starting a tween (fixes #512 where yoyo wouldn't restart properly)
  move value-swapping code for repeated tweens to a function (it will be re-used in an upcoming change)
  consolidate duplicate handling of relative values
  update dist files
  ignore VS Code's config folder
  small refactor to prevent update from doing anything when a tween has finished, yet still allow tweens to go back in time
  fix lint error
  rename _isFinished to _isComplete to match other wording
  add one more test for relative array values
  add editorconfig to settings editors can be consistently unique (because we use tabs so people can set their own tab width)
  ...
2020-06-03 01:29:51 -07:00
Joe Pea
bf4048706e format all files in the project now that we have prettier. Yay! 2020-06-02 23:29:00 -07:00
Guillermo Q. Chavez
f3c0efd45d Fix Tween.js path in examples. 2019-09-09 18:03:50 -06:00
sole
3e49aecaaf (feat) Remove minified version, fixes #206 2015-09-29 13:51:42 +01:00
Robert Eisele
a79fae29c4 Improved performance by not relying on an own timer 2014-06-15 22:02:06 +01:00
Soledad Penades
710fe18470 Refactor example 3's createGraph function to external file, in order to use it in the new example 12 for custom easing functions. 2014-02-16 21:22:24 +00:00
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