Paket | spark.transitions |
Sınıf | public class SlideViewTransitionMode |
Miras Alma | SlideViewTransitionMode Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
COVER : String = "cover" [statik]
The new view slides in to cover the previous view. | SlideViewTransitionMode | ||
PUSH : String = "push" [statik]
The previous view slides away as the new view slides in. | SlideViewTransitionMode | ||
UNCOVER : String = "uncover" [statik]
The previous view slides away to reveal the new view. | SlideViewTransitionMode |
Sabit Ayrıntısı
COVER | Sabit |
public static const COVER:String = "cover"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
The new view slides in to cover the previous view.
PUSH | Sabit |
public static const PUSH:String = "push"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
The previous view slides away as the new view slides in.
UNCOVER | Sabit |
public static const UNCOVER:String = "uncover"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
The previous view slides away to reveal the new view.
Tue Jun 12 2018, 01:09 PM Z