From d3bc471688047d3c2dda3335dd642b724794070b Mon Sep 17 00:00:00 2001
From: kborchers
Date: Mon, 26 Mar 2012 21:51:16 -0500
Subject: Progressbar: Add ability to set value: false for an indeterminate
progressbar. Fixes #7624 - Progressbar: Support value: false for
indeterminate progressbar
---
demos/progressbar/animated.html | 9 ++----
demos/progressbar/indeterminate.html | 53 ++++++++++++++++++++++++++++++++++++
demos/progressbar/index.html | 1 +
3 files changed, 57 insertions(+), 6 deletions(-)
create mode 100644 demos/progressbar/indeterminate.html
(limited to 'demos')
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html
index f03070571..5cb1872ed 100644
--- a/demos/progressbar/animated.html
+++ b/demos/progressbar/animated.html
@@ -9,14 +9,11 @@
-
@@ -27,10 +24,10 @@
This progressbar has an animated fill by setting the
-background-image
+ui-progressbar-overlay class
on the
.ui-progressbar-value
-element, using css.
+element's overlay div.
+
+
+
+
+
+
+
+
Indeterminate progress bar and switching between determinate and indeterminate styles.