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

It does not support safari #24

Open
franyerverjel opened this issue Oct 21, 2016 · 5 comments
Open

It does not support safari #24

franyerverjel opened this issue Oct 21, 2016 · 5 comments

Comments

@franyerverjel
Copy link

It does not work well on safari.

@franyerverjel
Copy link
Author

I modified the css prefixes and it worked.

@hellsan631
Copy link
Owner

could you submit a PR with these modified prefixes?

@popmatik
Copy link

I'd love to know what you changed to get things working in Safari 👍

@popmatik
Copy link

I ran the perspectiveRules.css through a prefixer and got the following:

`
.ld-smart-container {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
overflow: hidden;
}

.ld-overlap-container {
position: absolute;
}

.ld-smart-container .ld-3d-parent {
width: 100%;
height: 100%;
pointer-events: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 9000px;
perspective: 9000px;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
position: relative;
}

.ld-smart-container .ld-transform-target {
position: relative;
-webkit-transform-style: flat;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
width: 100%;
height: 100%;
pointer-events: none;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}

.ld-smart-container .ld-3d-object {
position: absolute;
pointer-events: none;
-webkit-transform-style: flat;
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0px, 0px, 0px);
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: 1000;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}`

It works in Safari with that.

@hellsan631
Copy link
Owner

@popmatik would you be able to submit a PR that fixes this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants