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
20
20
In this mode the ` value ` property is ignored.
21
21
22
22
#### 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.
25
24
26
25
<!-- example(progress-bar-buffer) -->
27
26
28
27
In "buffer" mode, ` value ` determines the progress of the primary bar while the ` bufferValue ` is
29
28
used to show the additional buffering progress.
30
29
31
30
#### 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
+
34
33
35
34
<!-- example(progress-bar-query) -->
36
35
You can’t perform that action at this time.
0 commit comments