css transform-origin

✔️ transform-origin CSS Style Property

המאפיין transform-origin מגדיר את המיקום של אלמנטים שעברו טרנספורמציה

דוגמא: שנה את המיקום של אלמנטים שעברו טרנספורמציה

Demo Panel:
cssguide
CSS: 111
HTML: 222
Syntax:

transform-origin: x-axis y-axis z-axis | initial | inherit;

Valid values:
  • left top, left center, left bottom, center top, center center, center bottom, right top, right center, right bottom, revert, revert-layer, unset, inherit, initial


Units: %


Js Syntax: element.style.transformOrigin

תאימות דפדפנים

transform-origin
הערך שנבדקChromeFirefoxEdgeCOpera
20% 40%✔️✔️✔️✔️
left top✔️✔️✔️✔️
left center✔️✔️✔️✔️
left bottom✔️✔️✔️✔️
center top✔️✔️✔️✔️
center center✔️✔️✔️✔️
center bottom✔️✔️✔️✔️
right top✔️✔️✔️✔️
right center✔️✔️✔️✔️
right bottom✔️✔️✔️✔️
revert✔️✔️✔️✔️
revert-layer✔️✔️✔️✔️
unset✔️✔️✔️✔️
inherit✔️✔️✔️✔️
initial✔️✔️✔️✔️