[英]How to get the value of -webkit-transform with jquery
我的CSS:
-webkit-transform: translateX(350px) translateZ(-200px) rotateY(45deg);
获取转换值的方法:
var matrix = $item.css("transform");
然后我得到这样的值:
matrix3d(0.707107, 0, 0.707107, 0, 0, 1, 0, 0, -0.707107, 0, 0.707107, 0, 350, 0, -200, 1)
题:
How can I get the rorateY value?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.