Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 766 Bytes

automationanimationstyle.md

File metadata and controls

45 lines (30 loc) · 766 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.AutomationAnimationStyle
winrt enum

AutomationAnimationStyle

-description

Defines the style of animation for the automation.

-enum-fields

-field None:0

No animation.

-field LasVegasLights:1

Las Vegas lights style animation.

-field BlinkingBackground:2

Blinking background animation.

-field SparkleText:3

Sparkling text animation.

-field MarchingBlackAnts:4

Marching black ants animation.

-field MarchingRedAnts:5

Marching red ants animation.

-field Shimmer:6

Shimmer style animation.

-field Other:7

Other animation.

-remarks

-examples

-see-also