diff options
author | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-16 21:47:11 +0000 |
---|---|---|
committer | Maggie Costello Wachs <fg.maggie@gmail.com> | 2009-01-16 21:47:11 +0000 |
commit | 3a65a632b680f2ac08bba93d90579fd8e842c53a (patch) | |
tree | c8169eedea504fa3b4d92452c345bf52d366f5f7 /demos/resizable/animate.html | |
parent | 479eff164e11b3e779b72c898d9bdb21ebfae116 (diff) | |
download | jquery-ui-3a65a632b680f2ac08bba93d90579fd8e842c53a.tar.gz jquery-ui-3a65a632b680f2ac08bba93d90579fd8e842c53a.zip |
reorganized/renamed resizable demos
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> |