Class Index
defaults
( )
Static
The default configuration, and available options to configure touch swipe with.
You can set the default values by updating any of the properties prior to instantiation.
code »
directions
( )
Static
The direction constants that are 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 »
fingers
( )
Static
Constants representing the number of fingers used in a swipe. These are used to set both the value of
fingers
in the
options object, as well as the value of the fingers
event property.
These properties are read only, attempting to change them will not alter the values passed to the event handlers.
code »
pageScroll
( )
Static
The page scroll constants that can be used to set the value of
allowPageScroll
option
These properties are read only
code »
phases
( )
Static
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 »
_global_
( )
No description.