Skip to content

Commit

Permalink
[docs] Add known issues/limitations for progress animations (mui#12062)
Browse files Browse the repository at this point in the history
Closes mui#12061
  • Loading branch information
HRK44 authored and Joe Shelby committed Jul 14, 2018
1 parent 960183a commit 6a8ddb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/pages/demos/progress/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ Normally, no special feedback is necessary during delays of more than 0.1 but le
After 1.0 second, you can display a loader to keep user's flow of thought uninterrupted.

{{"demo": "pages/demos/progress/DelayingAppearance.js"}}

## Limitations / Known issues

Under heavy load, you might lose the stroke dash animation or see random CircularProgress ring widths.
You should run processor intensive operations in a web worker or by batch in order not to block the main rendering thread.

See https://github.com/mui-org/material-ui/issues/10327

0 comments on commit 6a8ddb2

Please sign in to comment.