Tween.js Versions Save

JavaScript/TypeScript animation engine

v18.6.4

3 years ago

v17.4.0

5 years ago

17.4.0 (2019-05-27)

Features

  • pass the tweened object to the onRepeat callback (51abe77)

v17.3.5

5 years ago

v17.3.4

5 years ago

v16.7.1

6 years ago

<a name"16.7.1">

Tweens now use only 20% of the memory that they previously used. This means that you can have more active tweens, and creating tweens is now faster.

v16.7.0

6 years ago

<a name"16.7.0">

16.7.0 (2017-06-11)

Features

  • moving the npm package to @tweenjs/tween.js. The old tweenjs package will be dep (8b869c43)

v16.6.0

7 years ago

<a name"16.6.0">

16.6.0 (2017-01-26)

Features

  • fix wrong contributing urls again. sigh (ae085330)

v16.5.0

7 years ago

<a name"16.5.0">

16.5.0 (2017-01-26)

Bug Fixes

  • Defer the saving of starting values until '.start()'. (bfb739b8)

Features

  • update contributing with proper url, and also HOPEFULLY fixes semantic-release. (befb8b03)
  • update .travis.yml node_js engine version (5742c4b8)
  • update semantic-release (8aa0bb27)

16.4

7 years ago
  • Add support for strict mode.
  • Non-enumerable properties of the source object can now be tweened. Values in the destination object must still be enumerable in order for them to be tweened.
  • Added an "end" function which is known to randomly fail. Don't use it until we fix that!
  • Fixed the timestamp calculation for node.js.
  • Removed some redundant start-value copying.
  • Removed excess arguments to parseFloat.
  • Fixed a possible issue with transpilers and the performance.now polyfill.

v16.3.5

7 years ago

<a name"16.3.5">

16.3.5 (2016-08-03)

Bug Fixes

  • node.js support
  • Allow npm scripts to be run on Windows by removing occurrences of "$(pwd)" (b5e62cc8)
  • Fix relative values in IE.

Features

  • Preservation flag feature - pass "true" as the second option to TWEEN.update to prevent it from removing any completed tweens.