Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 12.x
  • Verint Community
Verint Community 12.x
API Documentation swipedown jQuery Event
  • User Documentation
  • Ask the Community
  • API Documentation
  • Manager Training
  • Developer Training
  • Tags
  • More
  • Cancel
  • New
  • API Documentation
  • +In-Process API Documentation
  • +Plugin API Documentation
  • +REST API Documentation
  • -Widget, Theme, and Automation APIs
    • +Automation Events
    • -Client-side APIs
      • +Client Messages
      • +Composer Plugins
      • +JavaScript API Modules
      • -jQuery Events
        • doubletap jQuery Event
        • evolutionCodeEditorChange jQuery Event
        • evolutionCodeEditorReady jQuery Event
        • evolutionHtmlEditorReady jQuery Event
        • evolutionHtmlEditorSubmit jQuery Event
        • glowDelayedMouseEnter jQuery Event
        • glowDelayedMouseLeave jQuery Event
        • hashchange jQuery Event
        • mutate jQuery Event
        • orientationchange jQuery Event
        • pan jQuery Event
        • panend jQuery Event
        • panstart jQuery Event
        • pointerend jQuery Event
        • pointermove jQuery Event
        • pointerstart jQuery Event
        • quote jQuery Event
        • rendered jQuery Event
        • resized jQuery Event
        • scrollend jQuery Event
        • scrolltop jQuery Event
        • swipe jQuery Event
        • swipedown jQuery Event
        • swipeleft jQuery Event
        • swiperight jQuery Event
        • swipeup jQuery Event
        • tap jQuery Event
        • taphold jQuery Event
        • wake jQuery Event
      • +jQuery Plugins
      • +UI Components
    • +Dynamic Configuration
    • +LESS Functions
    • +Script API Types
    • +Script APIs

swipedown jQuery Event


jQuery.event.special.swipedown

Event raised after a complete cycle of pointerstart, pointermove, and pointerend in which the velocity (distance of movement / duration between start and end) is greater than a minimum and the angle of the gesture was > 225 degrees and <= 315 degrees.

This is a shortcut event which is raised after the generic swipe event that also includes the direction.

Useful as a shortcut for an action, though panning can be a better option for realtime, tracked, movement of a touched element.

Bubbles and can be delegated against.

Usage

$(element).on('swipedown', function(e){
    // handle event...
});

Data on the event

  • pointers: array of Pointer objects, each withpageX and pageY properties
  • originalEvent: Native event object
  • duration: duration of the gesture
  • angle: angle, in degrees, of the swipe from start to finish
  • direction: general direction of the swipe, based on the angle. 'up', 'down', 'right', or 'left'
  • pageX: x position at pointerend
  • pageY: y position at pointerend

  • Share
  • History
  • More
  • Cancel
Related
Recommended
  • Telligent
  • Professional Services
  • Submit a Support Ticket
  • Become a Partner
  • Request a Demo
  • Contact Us

About
Privacy Policy
Terms of use
Copyright 2024 Verint, Inc.
Powered by Verint Community