AnimationTimeLine

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

NameTypeAccessDescription
interactive_sequencesISequenceCollectionReadGets the interactive sequences.
main_sequenceISequenceReadGets the main sequence.
text_animation_collectionITextAnimationCollectionReadGets the text animation collection.

Methods

SignatureDescription
interactive_sequences()ISequenceCollectionReturns collection of interactive sequences.
main_sequence()ISequenceReturns main sequence which may contain only main effects collection.
text_animation_collection()ITextAnimationCollectionReturns collection of text animations.

See Also