phaser/v3/src/tween/components
2017-08-09 17:23:23 +01:00
..
CalcDuration.js Fixed progress clamp. 2017-05-25 15:11:21 +01:00
Init.js Removed console 2017-07-10 17:10:07 +01:00
LoadValues.js Removed TweenData array and refactored the Build functions to avoid object cloning. 2017-05-24 01:27:04 +01:00
NextState.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
Pause.js Added Tween.pause and Tween.resume. 2017-05-25 16:02:40 +01:00
Play.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
ResetTweenData.js Tidying up. 2017-05-24 17:40:03 +01:00
Resume.js Added Tween.pause and Tween.resume. 2017-05-25 16:02:40 +01:00
Seek.js Revised Seeking to handle repeats (almost) 2017-05-25 17:16:20 +01:00
SetEventCallback.js Large refactor after some performance profiling. Works a lot better as a single array. No deep iteration any more, and cleaner data structure. 2017-05-24 03:29:31 +01:00
Update.js Tweens don't update if paused. 2017-08-09 17:23:23 +01:00
UpdateTweenData.js Revised Seeking to handle repeats (almost) 2017-05-25 17:16:20 +01:00