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
updateTweenData(property, value, index) → {
from(properties, duration, ease, autoStart, delay,
game : Phaser.Game A reference to the currently running Game
start(index) → {Phaser.Tween}
repeat(total, repeat, index) → {
yoyoDelay(duration, index) → {Phaser
repeatDelay(duration, index) → {Phaser
repeatAll(total) → {Phaser.Tween}
isPaused : boolean Is this Tween paused or not? Source code:
Page 1 of 5