AnimationStopBehavior AnimationStopBehavior AnimationStopBehavior AnimationStopBehavior Enum

Definition

Specifies the behavior of an animation when it stops.

public : enum class AnimationStopBehaviorpublic enum AnimationStopBehaviorPublic Enum AnimationStopBehavior// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Fields

LeaveCurrentValue LeaveCurrentValue LeaveCurrentValue LeaveCurrentValue

Leave the animation at its current value.

SetToFinalValue SetToFinalValue SetToFinalValue SetToFinalValue

Set the animation to its final value.

SetToInitialValue SetToInitialValue SetToInitialValue SetToInitialValue

Reset the animation to its initial value.

See Also