From 1dce11b93407b3f8a78c9a0caf05ec0e72fca5b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Thu, 2 Apr 2009 02:37:25 +0000 Subject: [PATCH] Added demo for animated dialog. --- demos/dialog/animated.html | 53 ++++++++++++++++++++++++++++++++++++++ demos/dialog/index.html | 1 + 2 files changed, 54 insertions(+) create mode 100644 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.

+ +
+ + + 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