Namespace $.fn.swipe.phases

Namespace

The phases that a touch event goes through. The phase is passed to the event handlers. These properties are read only, attempting to change them will not alter the values passed to the event handlers. code »


Instance members

Instance PropertiesDefined By

Constant indicating the cancel phase of the touch event. Value is "cancel". code »
Constant indicating the end phase of the touch event. Value is "end". code »
Constant indicating the move phase of the touch event. Value is "move". code »
Constant indicating the start phase of the touch event. Value is "start". code »