| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
The Transition class is the base class for all transition classes. You do not use or access this class directly. It allows transition-based classes to share some common behaviors and properties that are accessed by an instance of the TransitionManager class.
direction:Number [read-write]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
Determines the easing direction for the Tween instance. Use one of the constants from
the Transition class: Transition.IN or Transition.OUT.
Implementation public function get direction():Number public function set direction(value:Number):voidduration:Number [read-write]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
Determines the length of time for the Tween instance.
Implementation public function get duration():Number public function set duration(value:Number):voideasing:Function [read-write]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
Sets the tweening effect for the animation. Use one of the effects in the fl.transitions or
fl.transitions.easing packages.
Implementation public function get easing():Function public function set easing(value:Function):voidpublic static const IN:uint = 0| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
Constant for the direction property that determines the type of easing.
public static const OUT:uint = 1| Language Version : | ActionScript 3.0 |
| Runtime Versions : | AIR 1.0, Flash Player 9 |
Constant for the direction property that determines the type of easing.
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Mon Jun 16 2008, 11:54 AM -07:00 Current page: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/fl/transitions/Transition.html