File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/material/progress-bar Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,16 @@ not necessary to indicate how long it will take should use the indeterminate ind
2020In this mode the ` value ` property is ignored.
2121
2222#### Buffer
23- Operations where the user wants to indicate some activity or loading from the server,
24- use the buffer indicator.
23+ Use the ` buffer ` mode of the progress-bar to indicate some activity or loading from the server.
2524
2625<!-- example(progress-bar-buffer) -->
2726
2827In "buffer" mode, ` value ` determines the progress of the primary bar while the ` bufferValue ` is
2928used to show the additional buffering progress.
3029
3130#### Query
32- For situations where the user wants to indicate pre-loading (until the loading can actually be made),
33- use the query indicator.
31+ Use the ` query ` mode of the progress-bar to indicate pre-loading before the actual loading starts.
32+
3433
3534<!-- example(progress-bar-query) -->
3635
You can’t perform that action at this time.
0 commit comments