Guidelines and checklist for pointer click animations (Windows Store apps)

0 out of 1 rated this helpful - Rate this topic

This topic describes best practices for pointer animations.

Appropriate use of pointer animations

When you use a pointer up animation, be sure to trigger the animation immediately when the user releases the tap or click. It is critical that the pointer up animation appears quickly. This provides instant feedback to the user that their action has been recognized, even if the action triggered by the tap or click (such as navigating to a new page) is slower to respond.

Checklist

For general Windows Store requirements, see Certification requirements for Windows apps.

Related topics

Using the Animation Library animations sample
JavaScript and HTML:
Animating your UI (Windows Store apps using JavaScript and HTML)
pointerUp
pointerDown
C#/VB/C++ and XAML:
Animating your UI (Windows Store apps using C#/VB/C++ and XAML)
Animating pointer clicks (Windows Store apps using C#/VB/C++ and XAML)
Quickstart: Animating your UI (Windows Store apps using C#/VB/C++ and XAML)
PointerUpThemeAnimation
PointerDownThemeAnimation

 

 

Build date: 3/5/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.