arielsalminen / feature.js

Feature.js is a fast, simple and lightweight browser feature detection library in 1kb.

Home Page:https://featurejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS 3D Transform false positives in rare cases

arielsalminen opened this issue · comments

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.

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