-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[CircularProgress] Introduce disableShrink property #13430
[CircularProgress] Introduce disableShrink property #13430
Conversation
[docs] added shrinkAnimation example
/** | ||
* If `true`, the shrink animation is applied. This only works if variant is `indeterminate` | ||
*/ | ||
shrinkAnimation: chainPropTypes(PropTypes.bool, props => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be named disableShrinkAnimation
according to https://material-ui.com/guides/api/#property-naming
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback! This makes a lot more sense, changed shrinkAnimation to disableShrinkAnimation
[docs] changed shrinkAnimation to disableShrinkAnimation
3491e4e
to
17fac1b
Compare
1b67edd
to
4d0e926
Compare
@joshwooding Well done :) |
@oliviertassinari Thanks for adding the customisation examples. I’m sure they will help a lot of people |
Fixes #10327