from(properties, duration, ease, delay, repeat, yoyo) → {Phaser.TweenData}
Sets this tween to be a from tween on the properties given. A from tween sets the target to the destination value and tweens to its current value.For example a Sprite with an x coordinate of 100 tweened from x 500 would be set to x 500 and then tweened to x 100 by giving a properties object of { x: 500 }.
Parameters
Name Type Argument Default Description properties object The properties you want to tween, such a