Timing
Timing class
Represents animation timing.
getAccelerate
| Name | Description |
|---|
| getAccelerate() | Describes the percentage of duration accelerate behavior effect. Read/write float. |
Returns:
float
getAutoReverse
| Name | Description |
|---|
| getAutoReverse() | Describes whether to automatically play the animation in reverse after playing it in the forward direction. Read/write boolean. |
Returns:
boolean
getDecelerate
| Name | Description |
|---|
| getDecelerate() | Describes the percentage of duration decelerate behavior effect. Read/write float. |
Returns:
float
getDuration
| Name | Description |
|---|
| getDuration() | Describes the duration of animation effect. Read/write float. |
Returns:
float
getRepeatCount
| Name | Description |
|---|
| getRepeatCount() | Describes the number of times the effect should repeat. Read/write float. |
Returns:
float
getRepeatDuration
| Name | Description |
|---|
| getRepeatDuration() | Describes the number of times the effect should repeat. Read/write float. |
Returns:
float
getRepeatUntilEndSlide
| Name | Description |
|---|
| getRepeatUntilEndSlide() | This attribute specifies if the effect will repeat until the end of the slide. Read/write boolean. |
Returns:
boolean
getRepeatUntilNextClick
| Name | Description |
|---|
| getRepeatUntilNextClick() | This attribute specifies if the effect will repeat until the next click. Read/write boolean. |
Returns:
boolean
getRestart
| Name | Description |
|---|
| getRestart() | Specifies if a effect is to restart after complete. Read/write EffectRestartType. |
Returns:
int
getRewind
| Name | Description |
|---|
| getRewind() | This attribute specifies if the effect will rewind when done playing. Read/write boolean. |
Returns:
boolean
getSpeed
| Name | Description |
|---|
| getSpeed() | Specifies the percentage by which to speed up (or slow down) the timing. Read/write float. |
Returns:
float
getTriggerDelayTime
| Name | Description |
|---|
| getTriggerDelayTime() | Describes delay time after trigger. Read/write float. |
Returns:
float
getTriggerType
| Name | Description |
|---|
| getTriggerType() | Describes trigger type. Read/write EffectTriggerType. |
Returns:
int
setAccelerate
| Name | Description |
|---|
| setAccelerate(float) | Describes the percentage of duration accelerate behavior effect. Read/write float. |
setAutoReverse
| Name | Description |
|---|
| setAutoReverse(boolean) | Describes whether to automatically play the animation in reverse after playing it in the forward direction. Read/write boolean. |
setDecelerate
| Name | Description |
|---|
| setDecelerate(float) | Describes the percentage of duration decelerate behavior effect. Read/write float. |
setDuration
| Name | Description |
|---|
| setDuration(float) | Describes the duration of animation effect. Read/write float. |
setRepeatCount
| Name | Description |
|---|
| setRepeatCount(float) | Describes the number of times the effect should repeat. Read/write float. |
setRepeatDuration
| Name | Description |
|---|
| setRepeatDuration(float) | Describes the number of times the effect should repeat. Read/write float. |
setRepeatUntilEndSlide
| Name | Description |
|---|
| setRepeatUntilEndSlide(boolean) | This attribute specifies if the effect will repeat until the end of the slide. Read/write boolean. |
setRepeatUntilNextClick
| Name | Description |
|---|
| setRepeatUntilNextClick(boolean) | This attribute specifies if the effect will repeat until the next click. Read/write boolean. |
setRestart
| Name | Description |
|---|
| setRestart(int) | Specifies if a effect is to restart after complete. Read/write EffectRestartType. |
setRewind
| Name | Description |
|---|
| setRewind(boolean) | This attribute specifies if the effect will rewind when done playing. Read/write boolean. |
setSpeed
| Name | Description |
|---|
| setSpeed(float) | Specifies the percentage by which to speed up (or slow down) the timing. Read/write float. |
setTriggerDelayTime
| Name | Description |
|---|
| setTriggerDelayTime(float) | Describes delay time after trigger. Read/write float. |
setTriggerType
| Name | Description |
|---|
| setTriggerType(int) | Describes trigger type. Read/write EffectTriggerType. |