标签: jquery css
jquery是否可以检测对象的旋转角度?像这样的东西:
if($(".object").css("transform") == "rotate(0deg)"){ console.log("rotation is 0deg"); }
任何帮助将不胜感激