Timing

Overview

Timing is a class in Aspose.Slides FOSS for Python. Inherits from: ITiming.

Represents animation timing.

Properties

NameTypeAccessDescription
acceleratefloatReadSpecifies the rate at which the animation speeds up
deceleratefloatReadSpecifies the rate at which the animation slows down
auto_reverseboolReadIndicates whether the animation plays in reverse after completing
durationfloatReadSets the total length of the animation in seconds
repeat_countfloatReadDefines how many times the animation repeats
repeat_until_end_slideboolReadMakes the animation repeat until the slide ends
repeat_until_next_clickboolReadRepeats the animation until the next mouse click
repeat_durationfloatReadSets the total time the animation repeats
restartEffectRestartTypeReadDetermines how the animation restarts, using EffectRestartType
rewindboolReadIndicates whether the animation rewinds to its start after playing
speedfloatReadAdjusts the playback speed multiplier of the animation
trigger_delay_timefloatReadAdds a delay before the animation trigger fires
trigger_typeEffectTriggerTypeReadDefines the condition that starts the animation, using EffectTriggerType