Skip to content
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

Not supports IE browsers? #1

Closed
rayliao opened this issue Jan 20, 2017 · 3 comments
Closed

Not supports IE browsers? #1

rayliao opened this issue Jan 20, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@rayliao
Copy link

rayliao commented Jan 20, 2017

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

@virtyaluk
Copy link
Owner

virtyaluk commented Jan 20, 2017

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

@virtyaluk virtyaluk self-assigned this Jan 20, 2017
@rayliao
Copy link
Author

rayliao commented Feb 15, 2017

@virtyaluk Hi, Do you have any solution yet? :)

@afarineshfar
Copy link

afarineshfar commented May 27, 2017

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

@virtyaluk virtyaluk added this to the 0.3.0 milestone May 31, 2017
@virtyaluk virtyaluk added the css label May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants