Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 831 Bytes

timeline_speedratio.md

File metadata and controls

28 lines (19 loc) · 831 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.Timeline.SpeedRatio
winrt property

Microsoft.UI.Xaml.Media.Animation.Timeline.SpeedRatio

-description

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

-xaml-syntax

<timeline SpeedRatio="double"/>

-property-value

A finite value greater than 0 that specifies the rate at which time progresses for this timeline, relative to the speed of the timeline's parent. If this timeline is a root timeline, specifies the default timeline speed. The value is expressed as a factor where 1 represents normal speed, 2 is double speed, 0.5 is half speed, and so on. The default value is 1.

-remarks

-examples

-see-also