WinJS.UI.Animation.pointerDown function

0 out of 1 rated this helpful - Rate this topic

Performs an animation when a pointer is pressed on an object.

The following video demonstrates the pointer up and down animations:

|

Syntax


WinJS.UI.Animation.pointerDown(element).done( /* Your success and error handlers */ );

Parameters

element

Type: Object

Element or elements on which the pointer is pressed.

Return value

Type: Promise

An object that completes when the animation is finished.

Remarks

The element parameter can be expressed in several ways:

  • As the special value "undefined", which means that the animation has no such target
  • As a single object
  • As a JavaScript array (possibly empty), in which each element of the array can be a single element or a JavaScript array of elements.
  • As a NodeList (for example, the result of querySelectorAll)
  • As an HTMLCollection

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI.Animation

Library

Ui.js

See also

pointerUp
Animating pointer clicks
Guidelines and checklist for pointer click animations
HTML animation library sample

 

 

Build date: 12/5/2012

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