<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-perspective-origin</name><description><![CDATA[Sets the origin of the -webkit-perspective property.]]></description><keywords><![CDATA[css property -webkit-perspective-origin webkit perspective origin]]></keywords><longDescription><![CDATA[<p>Sets the origin of the <code>-webkit-perspective</code> property described in <a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_perspective">"-webkit-perspective."</a></p>
<p>This property effectively sets the x and y position at which the viewer appears to be looking at the children of the element. The default value is <code>50%</code> for both x and y coordinates.</p>


]]></longDescription><syntaxes><syntax><![CDATA[-webkit-perspective-origin: <posx> <posy>;]]></syntax></syntaxes><values><value><name><![CDATA[<posx>]]></name><description><![CDATA[<p>The x-origin as a percentage or value.</p>]]></description><values><value><name><![CDATA[50%]]></name><description><![CDATA[The default value is <code>50%</code>.]]></description></value><value><name><![CDATA[center]]></name><description><![CDATA[Sets the x or y origin to the center of the element’s border box. If this constant appears before <code>left</code> or <code>right</code>, specifies the y-origin. If it appears after <code>top</code> or <code>bottom</code>, specifies the x-origin. If appears alone, centers both the x and y origin.]]></description></value><value><name><![CDATA[left]]></name><description><![CDATA[Sets the x-origin to the left side of the border box.]]></description></value><value><name><![CDATA[right]]></name><description><![CDATA[Sets the x-origin to the right side of the border box.]]></description></value></values></value><value><name><![CDATA[<posy>]]></name><description><![CDATA[<p>The y-origin as a percentage or value.</p>]]></description><values><value><name><![CDATA[50%]]></name><description><![CDATA[The default value is <code>50%</code>.]]></description></value><value><name><![CDATA[center]]></name><description><![CDATA[Sets the x or y origin to the center of the element’s border box. If this constant appears before <code>left</code> or <code>right</code>, specifies the y-origin. If it appears after <code>top</code> or <code>bottom</code>, specifies the x-origin. If appears alone, centers both the x and y origin.]]></description></value><value><name><![CDATA[top]]></name><description><![CDATA[Sets the y-origin to the top of the element’s border box.]]></description></value><value><name><![CDATA[bottom]]></name><description><![CDATA[Sets the y-origin to the bottom of the element’s border box.]]></description></value></values></value></values><versions><version key="ios.2.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-perspective-origin]]></version></versions></property>