<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>swipedown jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65165/swipedown-jquery-event</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>swipedown jQuery Event</title><link>https://community.telligent.com/community/11/w/api-documentation/65165/swipedown-jquery-event</link><pubDate>Tue, 19 Nov 2019 20:27:39 GMT</pubDate><guid isPermaLink="false">3fa31cb5-1c05-499a-a1b2-2fb1083a336a</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65165/swipedown-jquery-event#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:27:39&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_event_special_swipedown" name="jQuery_event_special_swipedown"&gt;&lt;/a&gt;jQuery.event.special.swipedown&lt;/h3&gt;
&lt;p&gt;Event raised after a complete cycle of &lt;code&gt;[[pointerstart jQuery Event|pointerstart]]&lt;/code&gt;, &lt;code&gt;[[pointermove jQuery Event|pointermove]]&lt;/code&gt;, and &lt;code&gt;[[pointerend jQuery Event|pointerend]]&lt;/code&gt; in which the velocity (distance of movement / duration between start and end) is greater than a minimum and the angle of the gesture was &amp;gt; 225 degrees and &amp;lt;= 315 degrees.&lt;/p&gt;
&lt;p&gt;This is a shortcut event which is raised after the generic &lt;code&gt;[[swipe jQuery Event|swipe]]&lt;/code&gt; event that also includes the &lt;code&gt;direction&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Useful as a shortcut for an action, though panning can be a better option for realtime, tracked, movement of a touched element.&lt;/p&gt;
&lt;p&gt;Bubbles and can be delegated against.&lt;/p&gt;
&lt;h3&gt;&lt;a id="Usage" name="Usage"&gt;&lt;/a&gt;Usage&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;$(element).on(&amp;#39;swipedown&amp;#39;, function(e){
    // handle event...
});
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;&lt;a id="Data_on_the_event" name="Data_on_the_event"&gt;&lt;/a&gt;Data on the event&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;pointers&lt;/code&gt;: array of Pointer objects, each with&lt;code&gt;pageX&lt;/code&gt; and &lt;code&gt;pageY&lt;/code&gt; properties&lt;/li&gt;
&lt;li&gt;&lt;code&gt;originalEvent&lt;/code&gt;: Native event object&lt;/li&gt;
&lt;li&gt;&lt;code&gt;duration&lt;/code&gt;: duration of the gesture&lt;/li&gt;
&lt;li&gt;&lt;code&gt;angle&lt;/code&gt;: angle, in degrees, of the swipe from start to finish&lt;/li&gt;
&lt;li&gt;&lt;code&gt;direction&lt;/code&gt;: general direction of the swipe, based on the angle. &amp;#39;up&amp;#39;, &amp;#39;down&amp;#39;, &amp;#39;right&amp;#39;, or &amp;#39;left&amp;#39;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pageX&lt;/code&gt;: x position at &lt;code&gt;[[pointerend jQuery Event|pointerend]]&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pageY&lt;/code&gt;: y position at &lt;code&gt;[[pointerend jQuery Event|pointerend]]&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>