We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ensure that the overall size of the ripple is 10px larger than its surface area
Main logic that has to change: https://github.com/material-components/material-components-web/blob/master/packages/mdc-ripple/foundation.js#L373, where maxRadius_ should change.
maxRadius_
The text was updated successfully, but these errors were encountered:
feat(ripple): Implement new ripple sizing requirements
9518829
Resolves #187
0948ed3
feat(ripple): Implement new ripple sizing requirements (#244)
f0d26e6
cristobalchao
No branches or pull requests
Ensure that the overall size of the ripple is 10px larger than its surface area
Main logic that has to change: https://github.com/material-components/material-components-web/blob/master/packages/mdc-ripple/foundation.js#L373, where
maxRadius_
should change.The text was updated successfully, but these errors were encountered: