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

CSS 3D Transform false positives in rare cases #1

Open
arielsalminen opened this issue Jan 9, 2016 · 1 comment
Open

CSS 3D Transform false positives in rare cases #1

arielsalminen opened this issue Jan 9, 2016 · 1 comment

Comments

@arielsalminen
Copy link
Owner

Current implementation might give false positive on some older Android stock WebKits in very rare cases. This issue is currently being tracked here in case the feature detection needs changes.

@IAmWangyixin
Copy link

CSS 3D transforms

        <div id="css3dtransform" class="test" style="-webkit-transform: rotateY(45deg); -moz-transform: rotateY(45deg); -ms-transform: rotateY(45deg); -o-transform: rotateY(45deg); transform: rotateY(45deg);"></div>

I don't know why it cannot display normal on firefox

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

No branches or pull requests

3 participants