diff options
Diffstat (limited to 'demos/resizable/animate.html')
-rw-r--r-- | demos/resizable/animate.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/resizable/animate.html b/demos/resizable/animate.html index f5b6383ba..93bdad2a6 100644 --- a/demos/resizable/animate.html +++ b/demos/resizable/animate.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Resizable - Animate Demo</title> + <title>jQuery UI Resizable - Animate</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> @@ -31,9 +31,7 @@ <div class="demo-description"> -<p> -<!-- Add description here --> -</p> +<p>Animate the resize action using the <strong>animate</strong> option (boolean). When this option is set to true, drag the outline to the desired location; the element animates to that size on drag stop.</p> </div><!-- End demo-description --> </body> |