套件 | spark.effects.animation |
類別 | public final class RepeatBehavior |
繼承 | RepeatBehavior Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
repeatBehavior
property of the Animate and Animation classes.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
LOOP : String = "loop" [靜態]
Specifies that a repeating animation should progress in a forward direction on
every iteration. | RepeatBehavior | ||
REVERSE : String = "reverse" [靜態]
Specifies that a repeating animation should reverse direction on
every iteration. | RepeatBehavior |
常數詳細資訊
LOOP | 常數 |
public static const LOOP:String = "loop"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should progress in a forward direction on every iteration.
REVERSE | 常數 |
public static const REVERSE:String = "reverse"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Specifies that a repeating animation should reverse direction on every iteration. For example, a reversing animation would play forward on the even iterations and in reverse on the odd iterations.
Tue Jun 12 2018, 03:47 PM Z