phaser/v3/src/tween/components
2017-05-24 03:34:45 +01:00
..
CalcDuration.js Preparing for totalDuration work. 2017-05-19 02:41:31 +01:00
Init.js Moved functions into components and reworked the Update loop to make it cleaner and faster. 2017-05-18 00:24:25 +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 Refactored so that only a single TweenData will exist per property. 2017-05-23 19:04:15 +01:00
Play.js Huge refactoring to get a single Tween instance responsible for all properties and all targets. Much less iteration and object creation now. 2017-05-18 06:39:47 +01:00
ResetTweenData.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
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 Removed TweenData array and refactored the Build functions to avoid object cloning. 2017-05-24 01:27:04 +01:00
UpdateTweenData.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