InOut(k) → {number} Elastic ease-in/out. Parameters
[readonly] repeatTotal : number The total number of times this Tween will repeat.
easingFunction : Function The easing function used for the Tween. Default
repeat(total, repeat, index) → {
yoyo : boolean True if the Tween is set to yoyo, otherwise false. Source
updateTweenData(property, value, index) → {
dt : number Current time value. Source code:
from(properties, duration, ease, delay, repeat,
game : Phaser.Game A reference to the currently running Game
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
Page 1 of 13