From: Scott González Date: Thu, 2 Apr 2009 02:37:25 +0000 (+0000) Subject: Added demo for animated dialog. X-Git-Tag: 1.8a1~162 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1dce11b93407b3f8a78c9a0caf05ec0e72fca5b1;p=jquery-ui.git Added demo for animated dialog. --- diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html new file mode 100644 index 000000000..86877e9e0 --- /dev/null +++ b/demos/dialog/animated.html @@ -0,0 +1,53 @@ + + + + jQuery UI Dialog - Animation + + + + + + + + + + + + + + + +
+ +
+

This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

+
+ + + +
+ +
+ +

Dialogs may be animated by specifying an effect for the show and/or hide properties. You must include the individual effects file for any effects you would like to use.

+ +
+ + + diff --git a/demos/dialog/index.html b/demos/dialog/index.html index bed31aba2..3b0b93749 100644 --- a/demos/dialog/index.html +++ b/demos/dialog/index.html @@ -10,6 +10,7 @@

Examples