Skip to content
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

[docs] Add known issues/limitations for progress animations #12062

Merged
merged 2 commits into from
Jul 5, 2018

Conversation

HRK44
Copy link
Contributor

@HRK44 HRK44 commented Jul 5, 2018

Closes #12061


## Limitations / Known issues

Under heavy load/rendering, you might lose the stroke dash animation or see random CircularProgress ring widths.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just "Under heavy load" is fine ("heavy rendering" sounds odd)

## 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"processor intensive"?

@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Jul 5, 2018
@oliviertassinari oliviertassinari changed the title doc: Add known issues/limitations for progress animations [docs] Add known issues/limitations for progress animations Jul 5, 2018
@oliviertassinari oliviertassinari added the component: CircularProgress The React component label Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: CircularProgress The React component component: progress This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Progress/Spinner not working correctly when React render heavy page
3 participants