Package | org.apache.flex.createjs.tween |
Class | public class Sequence |
Inheritance | Sequence ![]() ![]() ![]() |
Implements | IDocument |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Default MXML Propertytweens
Property | Defined By | ||
---|---|---|---|
![]() | duration : Number = 1000
The duration of the effect, defaults to 1000 (1 second). | Effect | |
![]() | easing : Function | Effect | |
![]() | loop : Boolean = false
Determines if the effect should loop continuously or not. | Effect | |
![]() | target : String
The name of the object upon which the effect is being made. | Effect | |
tweens : Array | Sequence |
Method | Defined By | ||
---|---|---|---|
Sequence(target:Object = null)
Constructor
| Sequence | ||
Sequence | |||
Sequence | |||
play():void [override]
Causes the effects in the tween list to be played, one after the other. | Sequence | ||
setDocument(document:Object, id:String = null):void | Sequence |
tweens | property |
tweens:Array
public function get tweens():Array
public function set tweens(value:Array):void
Sequence | () | Constructor |
public function Sequence(target:Object = null)
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor
Parameterstarget:Object (default = null )
|
addEffect | () | method |
internalEffect | () | method |
play | () | method |
override public function play():void
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Causes the effects in the tween list to be played, one after the other.
setDocument | () | method |
public function setDocument(document:Object, id:String = null):void
Parameters
document:Object | |
id:String (default = null )
|