规定平面移动。
translate(tx) translate(tx, ty)
HTML
<div class="stage"></div>
CSS
.stage{ width:50px; height:50px; background:red; transform: translate(50%, 50%); }
执行结果
相关页面