Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 632 Bytes

animationstopbehavior.md

File metadata and controls

33 lines (21 loc) · 632 Bytes
-api-id -api-type
T:Windows.UI.Composition.AnimationStopBehavior
winrt enum

AnimationStopBehavior

-description

Specifies the behavior of an animation when it stops.

-enum-fields

-field LeaveCurrentValue:0

Leave the animation at its current value.

-field SetToInitialValue:1

Reset the animation to its initial value.

-field SetToFinalValue:2

Set the animation to its final value.

-remarks

-examples

-see-also

Composition Animations Overview