AnimationTimeLine

AnimationTimeLine class

Represents timeline of animation.

public class AnimationTimeLine : DomObject<BaseSlide>, IAnimationTimeLine

Properties

NameDescription
InteractiveSequences { get; }Returns collection of interactive sequences. This sequences may contain only effects by “click on shape” with specifies target shape. Read-only ISequenceCollection.
MainSequence { get; }Returns main sequence which may contain only main effects collection. Read-only ISequence.
TextAnimationCollection { get; }Returns collection of text animations. Read-only ITextAnimationCollection.

See Also