Pakket | spark.transitions |
Klasse | public class SlideViewTransitionMode |
Overerving | SlideViewTransitionMode Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
COVER : String = "cover" [statisch]
The new view slides in to cover the previous view. | SlideViewTransitionMode | ||
PUSH : String = "push" [statisch]
The previous view slides away as the new view slides in. | SlideViewTransitionMode | ||
UNCOVER : String = "uncover" [statisch]
The previous view slides away to reveal the new view. | SlideViewTransitionMode |
Constantedetails
COVER | Constante |
public static const COVER:String = "cover"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
The new view slides in to cover the previous view.
PUSH | Constante |
public static const PUSH:String = "push"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
The previous view slides away as the new view slides in.
UNCOVER | Constante |
public static const UNCOVER:String = "uncover"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
The previous view slides away to reveal the new view.
Wed Jun 13 2018, 11:42 AM Z