android13/external/chromium-trace/catapult/third_party/polymer/components/paper-progress
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
.github initial 2024-06-22 20:45:49 +08:00
demo initial 2024-06-22 20:45:49 +08:00
test initial 2024-06-22 20:45:49 +08:00
.bower.json initial 2024-06-22 20:45:49 +08:00
.travis.yml initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING.md initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
bower.json initial 2024-06-22 20:45:49 +08:00
hero.svg initial 2024-06-22 20:45:49 +08:00
index.html initial 2024-06-22 20:45:49 +08:00
paper-progress.html initial 2024-06-22 20:45:49 +08:00

README.md

Build status

##<paper-progress>

Material design: Progress & activity

<paper-progress indeterminate class="blue"></paper-progress>
<paper-progress indeterminate class="slow red"></paper-progress>
<paper-progress value="40" secondary-progress="80"></paper-progress>

The progress bars are for situations where the percentage completed can be determined. They give users a quick sense of how much longer an operation will take.

There is also a secondary progress which is useful for displaying intermediate progress, such as the buffer level during a streaming playback progress bar.