Current Behavior 😯
The animation of CircularProgress variant determinate is really laggy.
Expected Behavior 🤔
To have a smooth animation like static.
Steps to Reproduce 🕹
https://codesandbox.io/s/fancy-moon-1wt2l?file=/index.js
Context 🔦
I'm not completely sure if this is an issue or if it's the expected outcome.
I really like the starting animation of the determinate variant which static doesn't has. This is really good if you have a CircularProgress that is changing from indeterminate to determinate. But it looks like I'm just allowed to add a max of 1 to value manually on every frame for a smooth animation. This doesn't seem like the correct behavior to me.
Your Environment 🌎
| Tech |
Version |
| Material-UI |
v4.9.10 |
| React |
v16.13.1 |
| Browser |
Chrome 80.x |
Current Behavior 😯
The animation of CircularProgress variant
determinateis really laggy.Expected Behavior 🤔
To have a smooth animation like
static.Steps to Reproduce 🕹
https://codesandbox.io/s/fancy-moon-1wt2l?file=/index.js
Context 🔦
I'm not completely sure if this is an issue or if it's the expected outcome.
I really like the starting animation of the
determinatevariant whichstaticdoesn't has. This is really good if you have a CircularProgress that is changing fromindeterminatetodeterminate. But it looks like I'm just allowed to add a max of1tovaluemanually on every frame for a smooth animation. This doesn't seem like the correct behavior to me.Your Environment 🌎