[readonly] repeatTotal : number The total number of times this Tween will repeat.
new Tween(target, game, manager) A Tween allows you to alter one or more properties of a target object over a defined period of time
easingFunction : Function The easing function used for the Tween. Default
yoyoDelay(duration, index) → {Phaser
repeat(total, repeat, index) → {
yoyo : boolean True if the Tween is set to yoyo, otherwise false. Source
updateTweenData(property, value, index) → {
game : Phaser.Game A reference to the currently running Game
new TweenManager(game) Phaser.Game has a single instance of the TweenManager through which all Tween objects are created and updated
InOut(k) → {number} Circular ease-in/out. Parameters
Page 2 of 13