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
The PaperRipple examples in Codepen is good, but when I use npm install paper-ripple to install latest version 0.2.0, seems not work at IE 11
npm install paper-ripple
The text was updated successfully, but these errors were encountered:
@rayliao, will check it later when I get back to home. Thank you.
Sorry, something went wrong.
@virtyaluk Hi, Do you have any solution yet? :)
@rayliao Try this. It woks in IE 10+.
.paper-ripple--round .paper-ripple__background, .paper-ripple--round .paper-ripple__waves { border-radius: inherit; } .paper-ripple--round .paper-ripple__wave-container { overflow: visible; }
03c0a75
virtyaluk
No branches or pull requests
The PaperRipple examples in Codepen is good, but when I use
npm install paper-ripple
to install latest version 0.2.0, seems not work at IE 11The text was updated successfully, but these errors were encountered: