Timing
Overview
Timing is a class in Aspose.Slides FOSS for Python.
Inherits from: ITiming.
Represents animation timing.
This class provides 13 methods for working with Timing objects in Python programs.
Available methods include: accelerate, auto_reverse, decelerate, duration, repeat_count, repeat_duration, repeat_until_end_slide, repeat_until_next_click, restart, rewind, speed, trigger_delay_time, and 1 additional methods.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: accelerate, auto_reverse, decelerate, duration, repeat_count, repeat_duration, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
accelerate | float | Read/Write | Gets or sets the accelerate. |
decelerate | float | Read/Write | Gets or sets the decelerate. |
auto_reverse | bool | Read/Write | Gets or sets the auto reverse. |
duration | float | Read/Write | Gets or sets the duration. |
repeat_count | float | Read/Write | Gets or sets the repeat count. |
repeat_until_end_slide | bool | Read/Write | Gets or sets the repeat until end slide. |
repeat_until_next_click | bool | Read/Write | Gets or sets the repeat until next click. |
repeat_duration | float | Read/Write | Gets or sets the repeat duration. |
restart | EffectRestartType | Read/Write | Gets or sets the restart. |
rewind | bool | Read/Write | Gets or sets the rewind. |
speed | float | Read/Write | Gets or sets the speed. |
trigger_delay_time | float | Read/Write | Gets or sets the trigger delay time. |
trigger_type | EffectTriggerType | Read/Write | Gets or sets the trigger type. |
Methods
| Signature | Description |
|---|---|
accelerate() → float | Describes the percentage of duration accelerate behavior effect. |
decelerate() → float | Describes the percentage of duration decelerate behavior effect. |
auto_reverse() → bool | Describes whether to automatically play the animation in reverse after playing it in the forward direction. |
duration() → float | Describes the duration of animation effect. |
repeat_count() → float | Describes the number of times the effect should repeat. |
repeat_until_end_slide() → bool | This attribute specifies if the effect will repeat until the end of the slide. |
repeat_until_next_click() → bool | This attribute specifies if the effect will repeat until the next click. |
repeat_duration() → float | Describes the number of times the effect should repeat. |
restart() → EffectRestartType | Specifies if a effect is to restart after complete. |
speed() → float | Specifies the percentage by which to speed up (or slow down) the timing. |
trigger_delay_time() → float | Describes delay time after trigger. |
trigger_type() → EffectTriggerType | Describes trigger type. |
rewind() → bool | This attribute specifies if the effect will rewind when done playing. |