Animating pointer clicks (Windows Store apps using JavaScript and HTML)

Language: JavaScript and HTML | VB/C#/C++ and XAML
This topic has not yet been rated - Rate this topic

Use pointer animations to provide users with visual feedback of a tap or click on an item. The pointer down animation is played when a user taps or clicks on an item. The animation slightly shrinks the item to indicate that it is pressed. The pointer up animation is played when the tap or click is released. This animation restores the item to its original size, to indicate that it has been released.

This set of animations consists of the following APIs:

The following video demonstrates the pointer down and pointer up animations:

|

Other resources

See the Using the Animation Library animations sample for code examples that demonstrate the use of the pointer animation APIs.

See Guidelines and checklist for pointer click animations for design best practices in the use of these animations.

Related topics

Animating your UI
pointerUp
pointerDown

 

 

Build date: 3/5/2013

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