Timeline Object (Abstract)

Defines a segment of time as an abstract basis for animations.

XAML
Must use derived objects.
Scripting
Must use derived objects.

Properties

AutoReverse, BeginTime, Duration, FillBehavior, Name, RepeatBehavior, SpeedRatio, Storyboard.TargetName, Storyboard.TargetProperty

Methods

Equals, FindName, GetHost, GetValue, SetValue

Derived Objects

ColorAnimation, ColorAnimationUsingKeyFrames, DoubleAnimation, DoubleAnimationUsingKeyFrames, PointAnimation, PointAnimationUsingKeyFrames, Storyboard

Remarks

For XAML syntaxes that take a Timeline, you need to specify a nonabstract derived type of Timeline as an object element. A Timeline obtained in script will always be an instance of one of these derived types. For details, see the XAML syntax on the reference pages for Storyboard, ColorAnimation, ColorAnimationUsingKeyFrames, DoubleAnimation, DoubleAnimationUsingKeyFrames, PointAnimation, and PointAnimationUsingKeyFrames.

See Also

Animation Overview