Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.4 KB

pointerupthemeanimation.md

File metadata and controls

34 lines (23 loc) · 1.4 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation
winrt class

Windows.UI.Xaml.Media.Animation.PointerUpThemeAnimation

-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