Transform Origin
Set the origin point for transformations.
Widely available
This feature is well established and works across many devices and browser versions.
Chrome
Edge
Firefox
Safari
tor-btransform-origin: bottom;tor-bltransform-origin: 0 100%;tor-brtransform-origin: 100% 100%;tor-ctransform-origin: center;tor-ltransform-origin: 0;tor-rtransform-origin: 100%;tor-ttransform-origin: top;tor-tltransform-origin: 0 0;tor-trtransform-origin: 100% 0;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
Target viewport sizes with breakpoint prefixes.
sm:tor-(value)Small≥640px
md:tor-(value)Medium≥768px
lg:tor-(value)Large≥1024px
xxl:tor-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:tor-(value)