phaser/v3/src/tween
2017-08-01 13:10:08 +01:00
..
components Removed console 2017-07-10 17:10:07 +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 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
Timeline.js More classes moved to the new structure. 2017-07-04 13:58:45 +01:00
Tween.js More classes moved to the new structure. 2017-07-04 13:58:45 +01:00
TweenBuilder.js Added Tween.loopCounter, Tween.loop is now an integer. Tween.progress, Tween.duration, Tween.totalProgress and Tween.totalDuration all calculated. 2017-05-25 14:51:20 +01:00
TweenData.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
TweenManager.js Removing old and incorrect jsdoc blocks ready for first documentation pass. 2017-08-01 13:10:08 +01:00