访问modizr.github.io/Modernizr/test/ suit I see shapes: false。
我怎样才能把它和modernizr一起使用呢?
非常感谢P
如果(Modernizr.shapes) {
/*do something*/
}发布于 2013-12-12 13:16:21
github存储库中的实际功能检测通常包含有关测试及其完成的内容的说明。一旦该网站的3.0版本发布,这些数据将可见。
这个测试是测试CSS形状,notes列出了Adobe examples和codepen demo。
https://stackoverflow.com/questions/20535128
复制相似问题