SpeedRatio Property

Gets or sets the rate, relative to its parent, at which time progresses for this Timeline.

XAML
<object SpeedRatio="Double" .../>
Scripting
value = object.SpeedRatio
object.SpeedRatio = value

Property Value

Double

A finite value greater than 0 that describes the rate at which time progresses for this timeline, relative to the speed of the timeline's parent or, if this is a root timeline, the default timeline speed.

This property is read/write. The default value is 1.

Remarks

Momentary or nonlinear apparent speed changes to animations can be accomplished using spline animations. For details, see Silverlight Key-Frame Animations Overview .

Applies To

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

See Also

Animation Overview