Свойство -webkit-perspective-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 it appears after top or bottom, specifies the x-origin. If 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-perspective-origin относится к спецификации CSS, применяется к всем элементам, его значение не наследуется от родительского элемента в иерархии документа, Является расширением движка WebKit (браузеры Chrome и Safari), и не совместимо с другими браузерами.

Смотри также:

Краткое описание

Точка отсчета при трансформациях элемента

Синтаксис:

posx posy;

Наследование:

не наследуется

Объектная модель документа (DOM):

[элемент].style['-webkit-perspective-origin']

Кроссбраузерная совместимость

Internet Explorer

не поддерживается

Firefox

не поддерживается

Chrome

1.0+

Safari

1.0+

Opera

не поддерживается