MyGit

v17.6.0

tweenjs/tween.js

版本发布时间: 2023-04-03 07:19:18

tweenjs/tween.js最新发布版本:v23.1.2(2024-05-06 05:21:25)

Reverted a breaking change from v17.3.0 to v17.3.2 (v17.3.1 was never released) that broke dynamic-to with array interpolation values.

In v17.6, objects passed to tween.to() that have interpolation arrays will be modified as before v17.3.2, and those objects can be modified on the outside during animation to update interpolation values dynamically.

v18 contains the new behavior where the object passed into to() is prototypically copied and never modified, but that prevents dynamic interpolation values during animations (the breaking change is suitable for the major version bump from 17 to 18).

A following major version will provide a new dynamic option to the to() method for choosing the desired behavior.

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-04-03发行的版本