2012-01-28 69 views

回答

2

爲了測試3D轉換支持,你需要測試的角度來看「,

在僞代碼...

for prefix in prefixes 
    element.style[prefix + "-perspective"] = 1; 
    if element.style[prefix + "-perspective"] 
    return true 
+0

感謝,我不知道是何衛青與支持的相關css 3d – albanx 2012-01-30 16:12:00

+0

這就是Modernizr做它的方式 – Duopixel 2012-01-30 17:31:07