标签: javascript css3
我正在使用css3,我的问题是如何使用javascript检测div是否已旋转30度。有人可以帮我吗?非常感谢你! 这是我的代码:
if($('.page').css('-ms-transform", rotateY(-30deg)')){ alert("something here"); }
答案 0 :(得分:2)
您可以查看这篇文章。
get-value-of-css-rotation-through-javascript