Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation

July 6, 2022 · View on GitHub

-description

Represents a preconfigured animation that runs after a pointer down is detected on an item or element and the tap action is released.

-xaml-syntax

<PointerUpThemeAnimation .../>

-remarks

Setting the Duration property has no effect on this object as the duration is preconfigured.

PointerUpThemeAnimation overrides the current values of Projection and RenderTransform and sets them to their default values.

Windows 8.1 and prior Projection and RenderTransform are not affected by PointerDownThemeAnimation.

-examples

See the code example in PointerDownThemeAnimation.

-see-also

Timeline, Animating pointer clicks, Guidelines and checklist for pointer click animations