<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title>Recent changes to Home</title><link href="http://sourceforge.net/p/clicknscroll/home/Home/" rel="alternate"></link><id>http://sourceforge.net/p/clicknscroll/home/Home/</id><updated>2011-06-17T20:09:34Z</updated><entry><title>WikiPage Home modified by Anonymous Coward</title><link href="http://sourceforge.net/p/clicknscroll/home/Home/" rel="alternate"></link><updated>2011-06-17T20:09:34Z</updated><published>2011-06-17T20:09:34Z</published><author><name>Anonymous Coward</name><uri>http://sourceforge.net/u/%2Aanonymous/</uri></author><id>http://sourceforge.net6908c1e4f9455ebd84b27f9c5c17950a68cd0dfc</id><summary type="html">&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,28 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/clicknscroll/home/markdown_syntax/) syntax.
+&lt;h3&gt;jQuery.clickNScroll&lt;/h3&gt;
+
+&lt;h4&gt;Version 1.0 is out! &lt;/h4&gt;
+
+It works fantastic in "reverse" mode (dragging down moves the page up, dragging right moves the page left), but the standard mode, which truly mimics iPhone or Android scrolling, is a little sticky...  If anyone can find a solution, please contact me!
+
+**Basic usage: **
+
+      
+    $(document.body).clickNScroll();
+      
+    $("#myElement").clickNScroll({
+       reverse: true,
+       acceleration: .5,
+       rightMouse: true
+    });
+       
+
+**Options:**
+&lt;table cellpadding=0 cellspacing=0&gt;&lt;tr&gt;&lt;td valign=top&gt;**allowHiliting**&lt;/td&gt;&lt;td&gt;Allow text hiliting when dragging&lt;br /&gt;Default: **false**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**reverse**&lt;/td&gt;&lt;td&gt;Reversed scrolling&lt;br /&gt;Default: **false**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**rightMouse** &lt;/td&gt;&lt;td&gt;Scroll with the right mouse button&lt;br /&gt;Default: **false**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**acceleration**&lt;/td&gt;&lt;td&gt;Scrolling acceleration&lt;br /&gt;Value greater than 0 and less than 1&lt;br /&gt;Default: **0.65**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**deceleration**&lt;/td&gt;&lt;td&gt;Scrolling deceleration&lt;br /&gt;Enabled by **allowThrowing**&lt;br /&gt;Value greater than 0 and less than 1&lt;br /&gt;Default: **0.85**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**decelRate** &lt;/td&gt;&lt;td&gt;Deceleration rate&lt;br /&gt;Enabled by **allowThrowing**&lt;br /&gt;Percentage between 1 and 100&lt;br /&gt;Default: **64**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**allowThrowing** &lt;/td&gt;&lt;td&gt;When true, content will continue to scroll for a time after the mouse button has been released (deceleration)&lt;br /&gt;Default: **true**&lt;/td&gt;&lt;/tr&gt;
+&lt;tr valign=top&gt;&lt;td&gt;**throwOnOut** &lt;/td&gt;&lt;td&gt;When true, content will continue to scroll for a time after the mouse has left the element&lt;br /&gt;Enabled by **allowThrowing**&lt;br /&gt;Default: **true**&lt;/td&gt;&lt;/tr&gt;
+&lt;/table&gt;
&lt;/pre&gt;</summary></entry><entry><title>WikiPage Home modified by Anonymous Coward</title><link href="http://sourceforge.net/p/clicknscroll/home/Home/" rel="alternate"></link><updated>2011-06-17T20:09:34Z</updated><published>2011-06-17T20:09:34Z</published><author><name>Anonymous Coward</name><uri>http://sourceforge.net/u/%2Aanonymous/</uri></author><id>http://sourceforge.net7eb85345cce3294d7d202d6669caaabced1db1c0</id><summary type="html">Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/clicknscroll/home/markdown_syntax/) syntax.
</summary></entry></feed>