| Package | org.apache.flex.effects |
| Class | public class Wipe |
| Inheritance | Wipe 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 | |
| direction : String
The direction of the Wipe. | Wipe | ||
![]() | 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. | Wipe | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | Wipe | ||
![]() | captureEndValues():void | Effect | |
![]() | captureStartValues():void | Effect | |
![]() | endTween():void
Interrupt the tween, jump immediately to the end of the tween,
and invoke the onTweenEnd() callback function. | Tween | |
onTweenEnd(value:Number):void | Wipe | ||
onTweenUpdate(value:Number):void | Wipe | ||
![]() | 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 | Wipe | ||
![]() | stop():void [override]
Stops the tween, ending it without dispatching an event or calling
the Tween's endFunction or onTweenEnd(). | Tween | |
| direction | property |
public var direction:StringThe direction of the Wipe. "up" means the top will be the last part to disappear. "down" will reveal from the top down.
| target | property |
public var target:StringThe target as the String id of a widget in an MXML Document.
| Wipe | () | Constructor |
public function Wipe(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.
|
| 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) |