Detect if computer can support 3D Transforms properly

后端 未结 1 1087
囚心锁ツ
囚心锁ツ 2021-01-28 12:28

When I detect webkit, I add an additionnal stylesheet using 3D Transforms properties.
Although it is working fine on many different computers (All on the same chrome ver

相关标签:
1条回答
  • 2021-01-28 12:53

    Use Modernizr and its csstransforms3d class name.

    More on these links:

    http://modernizr.com/

    http://modernizr.com/docs/#features-css

    0 讨论(0)
提交回复
热议问题