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.
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.
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.
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.
Wed Nov 15 2017, 09:50 AM +01:00