Detect if computer can support 3D Transforms properly

后端 未结 1 1078
囚心锁ツ
囚心锁ツ 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)
提交回复
热议问题