Package | feathers.motion.effectClasses |
Interface | public interface IMoveEffectContext extends IEffectContext, IFeathersEventDispatcher |
Implementors | TweenMoveEffectContext |
See also
Property | Defined By | ||
---|---|---|---|
duration : Number [read-only]
The duration of the effect, in seconds. | IEffectContext | ||
newX : Number
The new x position of the target. | IMoveEffectContext | ||
newY : Number
The new y position of the target. | IMoveEffectContext | ||
oldX : Number
The old x position of the target. | IMoveEffectContext | ||
oldY : Number
The old y position of the target. | IMoveEffectContext | ||
position : Number
The position of the effect, from 0 to 1. | IEffectContext | ||
target : DisplayObject [read-only]
The target of the effect. | IEffectContext |
newX | property |
newX:Number
The new x position of the target.
public function get newX():Number
public function set newX(value:Number):void
newY | property |
newY:Number
The new y position of the target.
public function get newY():Number
public function set newY(value:Number):void
oldX | property |
oldX:Number
The old x position of the target.
public function get oldX():Number
public function set oldX(value:Number):void
oldY | property |
oldY:Number
The old y position of the target.
public function get oldY():Number
public function set oldY(value:Number):void