phaser/v3/src/tween
2017-08-11 17:49:46 +01:00
..
components Added Tween.stop. Stops the tween immediately, regardless of how far into its progress it has got. 2017-08-11 17:41:23 +01:00
const.js Removed Tween.startDelay because you can do it via TweenData.delay. Added new Duration calculation functions and TD caches. 2017-05-25 14:33:31 +01:00
GetEaseFunction.js You can now specify additional ease function values via the easeParams property. 2017-05-24 04:38:17 +01:00
ReservedProps.js Yoyo and Repeat now pass the target as the second argument. 2017-08-11 13:14:34 +01:00
Timeline.js More classes moved to the new structure. 2017-07-04 13:58:45 +01:00
Tween.js Added Tween.stop. Stops the tween immediately, regardless of how far into its progress it has got. 2017-08-11 17:41:23 +01:00
TweenBuilder.js Added in Tween.timeScale for scaling the time used for a single Tween. 2017-08-11 17:12:18 +01:00
TweenData.js Yoyo and Repeat now pass the target as the second argument. 2017-08-11 13:14:34 +01:00
TweenManager.js Finished TweenManager.shutdown and destroy. 2017-08-11 17:49:46 +01:00