JQuery.event.move

Source: Internet
Author: User

http://stephband.info/jquery.event.move/

Move Events
MoveStart
Fired following Touchmove or MouseMove, when the touch (or mouse) crosses a threshold distance from the position of the MO Usedown or Touchstart.
Move
Fired on every animation frame where a touchmove or MouseMove have changed position.
MoveEnd
fired following MouseUp or Touchend, after the last move event, and in the case of touch events when the finger tha T started the move has been lifted.

Move Event objects is augmented with the properties:

E.pagex,e.pagey
A pointer to the current page coordinates.


E.startx,e.starty
A pointer to the page coordinates, once in MoveStart.


E.distx,e.disty
The distance from the MoveStart pointer moves.


E.deltax,e.deltay
The distance pointer has shifted since the last move event.


E.velocityx,e.velocityy
Speed pixels/MS, average over the past few events.

JQuery.event.move

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.