16.4
版本发布时间: 2016-12-16 12:36:59
tweenjs/tween.js最新发布版本:v25.0.0(2024-07-26 12:51:38)
- 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.