{"name":"-webkit-transition","description":"Combines <code>-webkit-transition-delay<\/code>, <code>-webkit-transition-duration<\/code>, <code>-webkit-transition-property<\/code>, and <code>-webkit-transition-timing-function<\/code> into a single property.","keywords":["css","property","-webkit-transition","webkit","transition"],"longDescription":"","syntax":["-webkit-transition: <property> <duration> <timing_function> <delay> [, ...];"],"values":{"<property>":{"description":"<p>Specifies the name of the CSS property to which the transition is applied. See <code>-webkit-transition-property<\/code>.<\/p>"},"<duration>":{"description":"<p>Defines how long the transition from the old value to the new value should take. See <code>-webkit-transition-duration<\/code>.<\/p>"},"<timing_function>":{"description":"<p>Specifies how the intermediate values used during a transition are calculated. See <code>-webkit-transition-timing-function<\/code>.<\/p>"},"<delay>":{"description":"<p>Defines when the transition starts. See <code>-webkit-transition-delay<\/code>.<\/p>"}},"versions":{"safari.3.1":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-transition","ios.2.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-transition"}}