<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-perspective</name><description><![CDATA[Gives depth to a scene, causing elements farther away from the viewer to appear smaller.]]></description><keywords><![CDATA[css property -webkit-perspective webkit perspective]]></keywords><longDescription><![CDATA[<p>The <code>-webkit-perspective</code> property applies the same transform as the <code>perspective(&lt;number&gt;)</code> transform function, except that it applies only to the children of the element, not to the transform on the element itself.</p>
<p>The use of this property with any value other than <code>none</code> establishes a stacking context. It also establishes a containing block (somewhat similar to <code>position:relative</code>), just as the <code>-webkit-transform</code> property does.</p>
<p>This transform alters the effect of other transforms. In the absence of additional transforms, this transform has no effect.</p>


]]></longDescription><syntaxes><syntax><![CDATA[-webkit-perspective: none | <distance>;]]></syntax></syntaxes><defaultValue><![CDATA[none]]></defaultValue><values><value><name><![CDATA[none]]></name><description><![CDATA[<p>No perspective transform is applied.</p>]]></description></value><value><name><![CDATA[<distance>]]></name><description><![CDATA[<p>Length in pixel. The distance in pixels from the viewer’s position to the z=<code>0</code> plane.</p>]]></description></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]]></version></versions></property>