From 60b38f0e020effde10c84149675348ab7355b473 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 31 Jan 2009 06:08:17 +0000 Subject: progressbar demos: Added animated progressbar demo --- demos/progressbar/animated.html | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 demos/progressbar/animated.html (limited to 'demos/progressbar/animated.html') diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html new file mode 100644 index 000000000..f9323846a --- /dev/null +++ b/demos/progressbar/animated.html @@ -0,0 +1,42 @@ + + + + jQuery UI Progressbar - Animated + + + + + + + + + + +
+ +
+ +
+ +
+ +

+This progressbar has an animated fill by setting the +background-image +on the +.ui-progressbar-value +element, using css. +

+ +
+ + + -- cgit v1.2.3