AnimationTimeLine
Overview
AnimationTimeLine is a class in Aspose.Slides FOSS for Python.
Inherits from: IAnimationTimeLine.
Represents timeline of animation.
This class provides 3 methods for working with AnimationTimeLine objects in Python programs.
Available methods include: interactive_sequences, main_sequence, text_animation_collection.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: interactive_sequences, main_sequence, text_animation_collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
interactive_sequences | ISequenceCollection | Read | Gets the interactive sequences. |
main_sequence | ISequence | Read | Gets the main sequence. |
text_animation_collection | ITextAnimationCollection | Read | Gets the text animation collection. |
Methods
| Signature | Description |
|---|---|
interactive_sequences() → ISequenceCollection | Returns collection of interactive sequences. |
main_sequence() → ISequence | Returns main sequence which may contain only main effects collection. |
text_animation_collection() → ITextAnimationCollection | Returns collection of text animations. |