Themed Progress Bar
This progress bar works on a scale of 0-1 (corresponding to 0%-100%). For
indeterminate values, set value
to null.
NOTE: Due to a webkit bug, indeterminate progress bars cannot be animated. Instead, we must create a element and animate it. This means the original progress element is gone.
Generated using TypeDoc
Themed Progress Bar
This progress bar works on a scale of 0-1 (corresponding to 0%-100%). For indeterminate values, set
value
to null.NOTE: Due to a webkit bug, indeterminate progress bars cannot be animated. Instead, we must create a element and animate it. This means the original progress element is gone.