Timing class
Contents
[
Hide
]Timing class
Represents animation timing.
The Timing type exposes the following members:
Properties
Property | Description |
---|---|
accelerate | Describes the percentage of duration accelerate behavior effect. Read/write float. |
decelerate | Describes the percentage of duration decelerate behavior effect. Read/write float. |
auto_reverse | Describes whether to automatically play the animation in reverse after playing it in the forward direction. Read/write bool. |
duration | Describes the duration of animation effect. Read/write float. |
repeat_count | Describes the number of times the effect should repeat. Read/write float. |
repeat_until_end_slide | This attribute specifies if the effect will repeat until the end of the slide. Read/write bool. |
repeat_until_next_click | This attribute specifies if the effect will repeat until the next click. Read/write bool. |
repeat_duration | Describes the number of times the effect should repeat. Read/write float. |
restart | Specifies if a effect is to restart after complete. Read/write EffectRestartType . |
rewind | This attribute specifies if the effect will rewind when done playing. Read/write bool. |
speed | Specifies the percentage by which to speed up (or slow down) the timing. Read/write float. |
trigger_delay_time | Describes delay time after trigger. Read/write float. |
trigger_type | Describes trigger type. Read/write EffectTriggerType . |
See Also
- module
aspose.slides.animation
- library
Aspose.Slides