diff options
Diffstat (limited to 'demos/draggable/scroll.html')
-rw-r--r-- | demos/draggable/scroll.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/draggable/scroll.html b/demos/draggable/scroll.html index 371cec747..f94dd6609 100644 --- a/demos/draggable/scroll.html +++ b/demos/draggable/scroll.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Draggable - Scroll Demo</title> + <title>jQuery UI Draggable - Auto-scroll</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -40,7 +40,7 @@ <div class="demo-description"> <p> -<!-- Add description here --> +Automatically scroll the document when the draggable is moved beyond the viewport. Set the <strong>scroll</strong> option to true to enable auto-scrolling, and fine-tune when scrolling is triggered and its speed with the <strong>scrollSensitivity</strong> and <strong>scrollSpeed</strong> options. </p> </div><!-- End demo-description --> |