패키지 | 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:17 PM Z