{"name":"-webkit-transform-origin","description":"Sets the origin for the <code>-webkit-transform<\/code> property.","keywords":["css","property","-webkit-transform-origin","webkit","transform","origin"],"longDescription":"<p>The <code>-webkit-transform-origin<\/code> property establishes the origin for transforms applied to an element with respect to its border box.<\/p>\n<p>The values may be expressed either as a CSS length unit or as a percentage of the element\u2019s size. For example, a value of <code>50% 50%<\/code> causes transformations to occur around the element\u2019s 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>\n<p>If only one argument is provided, it is interpreted as the horizontal position.<\/p>\n\n","syntax":["-webkit-transform-origin: posx;","-webkit-transform-origin: posx posy;"],"values":{"<posx>":{"description":"<p>The x origin as a percentage or value.<\/p>"},"<posy>":{"description":"<p>The y origin as a percentage or value.<\/p>"}},"versions":{"safari.3.1":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-transform-origin","ios.2.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-transform-origin"}}