語法

變形原點transform-origin

Setting the origin for an element’s transformations.

Overview

ClassDeclarations
transform-origin:valuetransform-origin: valuepx;
transform:offset-x|offset-ytransform: offset-xpx offset-ypx;
transform:offset-x|offset-y|offset-ztransform: offset-xpx offset-ypx offset-zpx;
transform:toptransform-origin: top;
transform:bottomtransform-origin: bottom;
transform:righttransform-origin: right;
transform:lefttransform-origin: left;
transform:centertransform-origin: center;

Conditionally apply

Apply styles based on different states using selectors and applying conditionally.

<div class="transform-origin:center:hover transform-origin:center@sm transform-origin:center@dark transform-origin:center@print">…</div>

  • Master UI


© 2025 Aoyue Design LLC.MIT License
Trademark Policy