AnimationTimeLine
AnimationTimeLine class
Represents timeline of animation.
public class AnimationTimeLine : DomObject<BaseSlide>, IAnimationTimeLine
Properties
| Name | Description |
|---|---|
| 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
- class DomObject<TParent>
- class BaseSlide
- interface IAnimationTimeLine
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides