Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 661 Bytes

animationcontroller_playbackrate.md

File metadata and controls

29 lines (16 loc) · 661 Bytes
-api-id -api-type
P:Windows.UI.Composition.AnimationController.PlaybackRate
winrt property

Windows.UI.Composition.AnimationController.PlaybackRate

-description

Gets or sets the rate at which the animation plays.

-property-value

The rate at which the animation plays. The default is 1.0.

-remarks

You can modify the playback rate to speed up or reverse the animation. Playback rate can range from -16 to 16. A positive value greater than 1 speeds up the animation. A negative value reverses the animation.

-see-also

-examples