Skip to content

Commit

Permalink
doc: Add known issues/limitations for progress animations
Browse files Browse the repository at this point in the history
Closes mui#12061
  • Loading branch information
HRK44 authored Jul 5, 2018
1 parent 263b428 commit 0da3af6
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/rendering, you might lose the stroke dash animation or see random CircularProgress ring widths.
You should run scripting 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 0da3af6

Please sign in to comment.