Animation Object (Abstract)

Animates the value of a property between two target values by using linear interpolation over a specified Duration.

XAML
Cannot be used in XAML.
Scripting
Cannot instantiate an abstract object.

Properties

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

Methods

Equals, FindName, GetHost, GetValue, SetValue

Remarks

For more information, see the following animation objects: ColorAnimation, ColorAnimationUsingKeyFrames, DoubleAnimation, DoubleAnimationUsingKeyFrames, PointAnimation, PointAnimationUsingKeyFrames

See Also

Animation Overview