Skip to content

docs(progress-bar) : Textual improvements for Buffer & Query modes #20093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/material/progress-bar/progress-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,16 @@ not necessary to indicate how long it will take should use the indeterminate ind
In this mode the `value` property is ignored.

#### Buffer
Operations where the user wants to indicate some activity or loading from the server,
use the buffer indicator.
Use the `buffer` mode of the progress-bar to indicate some activity or loading from the server.

<!-- example(progress-bar-buffer) -->

In "buffer" mode, `value` determines the progress of the primary bar while the `bufferValue` is
used to show the additional buffering progress.

#### Query
For situations where the user wants to indicate pre-loading (until the loading can actually be made),
use the query indicator.
Use the `query` mode of the progress-bar to indicate pre-loading before the actual loading starts.


<!-- example(progress-bar-query) -->

Expand Down