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 ++++++++++++++++++++++++++++++++++ demos/progressbar/images/pbar-ani.gif | Bin 0 -> 304064 bytes demos/progressbar/index.html | 1 + 3 files changed, 43 insertions(+) create mode 100644 demos/progressbar/animated.html create mode 100644 demos/progressbar/images/pbar-ani.gif (limited to 'demos') 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. +

+ +
+ + + diff --git a/demos/progressbar/images/pbar-ani.gif b/demos/progressbar/images/pbar-ani.gif new file mode 100644 index 000000000..0dfd45b88 Binary files /dev/null and b/demos/progressbar/images/pbar-ani.gif differ diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 50299a104..542bf1446 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -10,6 +10,7 @@

Examples

-- cgit v1.2.3