AnimationTimeLine class

AnimationTimeLine class

Represents timeline of animation.

The AnimationTimeLine type exposes the following members:

Properties

PropertyDescription
interactive_sequencesReturns collection of interactive sequences.
This sequences may contain only effects by “click on shape” with specifies target shape.
Read-only ISequenceCollection.
main_sequenceReturns main sequence which may contain only main effects collection.
Read-only ISequence.
text_animation_collectionReturns collection of text animations.
Read-only ITextAnimationCollection.

See Also