virtyaluk / paper-ripple

:dart: Paper Ripple lets you add a Material Design ripple effect to any UI elements on your web page.

Home Page:https://www.npmjs.com/package/paper-ripple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not supports IE browsers?

rayliao opened this issue · comments

commented

image

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

@rayliao, will check it later when I get back to home. Thank you.

commented

@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;
}