套件 | spark.transitions |
類別 | public class ViewTransitionDirection |
繼承 | ViewTransitionDirection Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
公用常數
常數 | 定義自 | ||
---|---|---|---|
DOWN : String = "down" [靜態]
Transition animates downward. | ViewTransitionDirection | ||
LEFT : String = "left" [靜態]
Transition animates to the left. | ViewTransitionDirection | ||
RIGHT : String = "right" [靜態]
Transition animates to the right. | ViewTransitionDirection | ||
UP : String = "up" [靜態]
Transition animates upward. | ViewTransitionDirection |
常數詳細資訊
DOWN | 常數 |
public static const DOWN:String = "down"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Transition animates downward.
LEFT | 常數 |
public static const LEFT:String = "left"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Transition animates to the left.
RIGHT | 常數 |
public static const RIGHT:String = "right"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Transition animates to the right.
UP | 常數 |
public static const UP:String = "up"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
Transition animates upward.
Tue Jun 12 2018, 03:47 PM Z