From 1dce11b93407b3f8a78c9a0caf05ec0e72fca5b1 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 2 Apr 2009 02:37:25 +0000 Subject: Added demo for animated dialog. --- demos/dialog/animated.html | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 demos/dialog/animated.html (limited to 'demos/dialog/animated.html') 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.

+ +
+ + + -- cgit v1.2.3