var witdh=$(".item").width()
.css({
"transform": "translate3d(0px, 0px, 0px)",
"transition-duration": "300ms"
})
怎么动态获取witdh修改translate3d的X的值呢
相关分类