Timing
Overview
Timing is a class in Aspose.Slides FOSS for Python.
Inherits from: ITiming.
Represents animation timing.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
accelerate | float | Read | Specifies the rate at which the animation speeds up |
decelerate | float | Read | Specifies the rate at which the animation slows down |
auto_reverse | bool | Read | Indicates whether the animation plays in reverse after completing |
duration | float | Read | Sets the total length of the animation in seconds |
repeat_count | float | Read | Defines how many times the animation repeats |
repeat_until_end_slide | bool | Read | Makes the animation repeat until the slide ends |
repeat_until_next_click | bool | Read | Repeats the animation until the next mouse click |
repeat_duration | float | Read | Sets the total time the animation repeats |
restart | EffectRestartType | Read | Determines how the animation restarts, using EffectRestartType |
rewind | bool | Read | Indicates whether the animation rewinds to its start after playing |
speed | float | Read | Adjusts the playback speed multiplier of the animation |
trigger_delay_time | float | Read | Adds a delay before the animation trigger fires |
trigger_type | EffectTriggerType | Read | Defines the condition that starts the animation, using EffectTriggerType |