Свойство -webkit-transform-origin
- posxThe x origin as a percentage or value.
- posyThe y origin as a percentage or value.
- topSets the y origin to the top of the element’s border box.
- centerSets the x or y origin to the center of the element’s border box. If this constant appears before left or right, specifies the y origin. If this constant appears after top or bottom, specifies the x origin. If it appears alone, centers both the x and y origin.
- bottomSets the y origin to the bottom of the element’s border box.
- leftSets the x origin to the left side of the border box.
- rightSets the x origin to the right side of the border box.
Свойство -webkit-transform-origin
относится к спецификации CSS, применяется к всем элементам, его значение не наследуется от родительского элемента в иерархии документа, Является расширением движка WebKit (браузеры Chrome и Safari), и не совместимо с другими браузерами.
Смотри также:
Краткое описание
Синтаксис:
posxposx posy
Наследование:
не наследуетсяОбъектная модель документа (DOM):
[элемент].style['-webkit-transform-origin']
Кроссбраузерная совместимость
Internet Explorer
не поддерживаетсяFirefox
не поддерживаетсяChrome
1.0+ |
---|
Safari
1.0+ |
---|