Packagespark.transitions
Classpublic class SlideViewTransitionMode
InheritanceSlideViewTransitionMode Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The SlideViewTransitionMode class provides the constants used to specify the type of a slide transition.

See also

SlideViewTransition


Public Constants
 ConstantDefined By
  AIR-only COVER : String = cover
[static] The new view slides in to cover the previous view.
SlideViewTransitionMode
  AIR-only PUSH : String = push
[static] The previous view slides away as the new view slides in.
SlideViewTransitionMode
  AIR-only UNCOVER : String = uncover
[static] The previous view slides away to reveal the new view.
SlideViewTransitionMode
Constant Detail
AIR-only COVERConstant
public static const COVER:String = cover

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The new view slides in to cover the previous view.

AIR-only PUSHConstant 
public static const PUSH:String = push

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The previous view slides away as the new view slides in.

AIR-only UNCOVERConstant 
public static const UNCOVER:String = uncover

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The previous view slides away to reveal the new view.