| Package | org.apache.flex.effects |
| Class | public class Move |
| Inheritance | Move Tween Effect EventDispatcher flash.events.EventDispatcher |
| Implements | IDocument |
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
| Property | Defined By | ||
|---|---|---|---|
![]() | activeTweens : Object [static]
The list of tweens that are currently playing. | Tween | |
![]() | currentTime : Number = NaN [static]
Used by effects to get the current effect time tick. | Tween | |
![]() | duration : Number
Duration of the animation, in milliseconds. | Effect | |
![]() | easingFunction : Function [write-only]
Sets the easing function for the animation. | Tween | |
![]() | endValue : Number
Final value of the animation. | Tween | |
![]() | listener : Object
Object that is notified at each interval of the animation. | Tween | |
![]() | startValue : Number
Initial value of the animation. | Tween | |
| target : String
The target as the String id
of a widget in an MXML Document. | Move | ||
| xBy : Number
The change in x. | Move | ||
| xFrom : Number
Starting x value. | Move | ||
| xTo : Number
Ending x value. | Move | ||
| yBy : Number
The change in y. | Move | ||
| yFrom : Number
Starting y value. | Move | ||
| yTo : Number
Ending y value. | Move | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | Move | ||
captureEndValues():void [override] | Move | ||
captureStartValues():void [override] | Move | ||
![]() | endTween():void
Interrupt the tween, jump immediately to the end of the tween,
and invoke the onTweenEnd() callback function. | Tween | |
onTweenEnd(value:Number):void | Move | ||
onTweenUpdate(value:Number):void | Move | ||
![]() | pause():void [override]
Pauses the effect until you call the resume() method. | Tween | |
![]() | play():void [override]
Stops the tween, ending it without dispatching an event or calling
the Tween's endFunction or onTweenEnd(). | Tween | |
![]() | resume():void [override]
Resumes the effect after it has been paused
by a call to the pause() method. | Tween | |
![]() | reverse():void [override]
Plays the effect in reverse,
starting from the current position of the effect. | Tween | |
![]() | seek(playheadTime:Number):void
Advances the tween effect to the specified position. | Tween | |
setDocument(document:Object, id:String = null):void | Move | ||
![]() | stop():void [override]
Stops the tween, ending it without dispatching an event or calling
the Tween's endFunction or onTweenEnd(). | Tween | |
| target | property |
public var target:StringThe target as the String id of a widget in an MXML Document.
| xBy | property |
public var xBy:NumberThe change in x.
| xFrom | property |
public var xFrom:NumberStarting x value. If NaN, the current x value is used
| xTo | property |
public var xTo:NumberEnding x value. If NaN, the current x value is not changed
| yBy | property |
public var yBy:NumberThe change in y.
| yFrom | property |
public var yFrom:NumberStarting y value. If NaN, the current y value is used
| yTo | property |
public var yTo:NumberEnding y value. If NaN, the current y value is not changed
| Move | () | Constructor |
public function Move(target:IUIBase = null)| Language Version : | ActionScript 3.0 |
| Product Version : | Flex 3 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
Parameterstarget:IUIBase (default = null) — Object ID or reference to an object that will
have its x and/or y property animated.
|
| captureEndValues | () | method |
override public function captureEndValues():void| captureStartValues | () | method |
override public function captureStartValues():void| onTweenEnd | () | method |
public function onTweenEnd(value:Number):voidParameters
value:Number |
| onTweenUpdate | () | method |
public function onTweenUpdate(value:Number):voidParameters
value:Number |
| setDocument | () | method |
public function setDocument(document:Object, id:String = null):voidParameters
document:Object | |
id:String (default = null) |