transform
Reference for the transform CSS property.
Variables
When using a property with a semantic value like tf-<token>, Maple generates a variable fallback chain depending on the type of the property.
Replace <token> with the value segment after the dash in your utility class.
The chain is evaluated from left to right, using the first defined variable and falling through to the next variable or default.
Custom value
Resolves the semantic token for this property.
--tf-<token>Most Specific--<token><token>Defaulttranslate value
Resolves the semantic token for translate.
--tl-<token>Most Specific--space-<token>--<token><token>DefaulttranslateX value
Resolves the semantic token for translateX.
--tlx-<token>Most Specific--space-<token>--<token><token>DefaulttranslateY value
Resolves the semantic token for translateY.
--tly-<token>Most Specific--space-<token>--<token><token>DefaulttranslateZ value
Resolves the semantic token for translateZ.
--tlz-<token>Most Specific--space-<token>--<token><token>Defaulttranslate3d value
Resolves the semantic token for translate3d.
--tl3-<token>Most Specific--space-<token>--<token><token>Defaultscale value
Resolves the semantic token for scale.
--scale-<token>Most Specific--<token><token>DefaultscaleX value
Resolves the semantic token for scaleX.
--scalex-<token>Most Specific--<token><token>DefaultscaleY value
Resolves the semantic token for scaleY.
--scaley-<token>Most Specific--<token><token>DefaultscaleZ value
Resolves the semantic token for scaleZ.
--scalez-<token>Most Specific--<token><token>Defaultscale3d value
Resolves the semantic token for scale3d.
--scale3-<token>Most Specific--<token><token>Defaultrotate value
Resolves the semantic token for rotate.
--rot-<token>Most Specific--angle-<token>--<token><token>DefaultrotateX value
Resolves the semantic token for rotateX.
--rotx-<token>Most Specific--angle-<token>--<token><token>DefaultrotateY value
Resolves the semantic token for rotateY.
--roty-<token>Most Specific--angle-<token>--<token><token>DefaultrotateZ value
Resolves the semantic token for rotateZ.
--rotz-<token>Most Specific--angle-<token>--<token><token>Defaultrotate3d value
Resolves the semantic token for rotate3d.
--rot3-<token>Most Specific--angle-<token>--<token><token>Defaultskew value
Resolves the semantic token for skew.
--skew-<token>Most Specific--angle-<token>--<token><token>DefaultskewX value
Resolves the semantic token for skewX.
--skewx-<token>Most Specific--angle-<token>--<token><token>DefaultskewY value
Resolves the semantic token for skewY.
--skewy-<token>Most Specific--angle-<token>--<token><token>Defaultmatrix value
Resolves the semantic token for matrix.
--mtx-<token>Most Specific--<token><token>Defaultmatrix3d value
Resolves the semantic token for matrix3d.
--mtx3-<token>Most Specific--<token><token>Default