<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-transform-origin</name><description><![CDATA[Sets the origin for the <code>-webkit-transform</code> property.]]></description><keywords><![CDATA[css property -webkit-transform-origin webkit transform origin]]></keywords><longDescription><![CDATA[<p>The <code>-webkit-transform-origin</code> property establishes the origin for transforms applied to an element with respect to its border box.</p>
<p>The values may be expressed either as a CSS length unit or as a percentage of the element’s size. For example, a value of <code>50% 50%</code> causes transformations to occur around the element’s center. Changing the origin to <code>100% 0%</code> causes transformation to occur around the top-right corner of the element. The default value is <code>50% 50%</code>.</p>
<p>If only one argument is provided, it is interpreted as the horizontal position.</p>

]]></longDescription><syntaxes><syntax><![CDATA[-webkit-transform-origin: posx;]]></syntax><syntax><![CDATA[-webkit-transform-origin: posx posy;]]></syntax></syntaxes><values><value><name><![CDATA[<posx>]]></name><description><![CDATA[<p>The x origin as a percentage or value.</p>]]></description></value><value><name><![CDATA[<posy>]]></name><description><![CDATA[<p>The y origin as a percentage or value.</p>]]></description></value></values><versions><version key="safari.3.1"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-transform-origin]]></version><version key="ios.2.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-transform-origin]]></version></versions></property>