phaser/src/tweens
2022-09-08 22:57:50 +01:00
..
builders All of the 'Scope' tween configuration callback properties have been removed, including onActiveScope, onCompleteScope, onLoopScope, onPauseScope, onRepeatScope, onResumeScope, onStartScope, onStopScope, onUpdateScope and onYoyoScope. You should set the callbackScope property instead, which will globally set the scope for all callbacks. You can also set the Tween.callbackScope property. 2022-09-06 15:38:05 +01:00
events Removed all Timeline related code and events 2022-08-23 21:13:03 +01:00
tween Create TweenChain.js 2022-09-08 22:57:50 +01:00
typedefs All of the 'Scope' tween configuration callback properties have been removed, including onActiveScope, onCompleteScope, onLoopScope, onPauseScope, onRepeatScope, onResumeScope, onStartScope, onStopScope, onUpdateScope and onYoyoScope. You should set the callbackScope property instead, which will globally set the scope for all callbacks. You can also set the Tween.callbackScope property. 2022-09-06 15:38:05 +01:00
index.js Removed all Timeline related code and events 2022-08-23 21:13:03 +01:00
TweenManager.js Added all of the state methods and swapped to using them 2022-09-07 18:11:24 +01:00