<! DOCTYPE html>
The Transition property is a shorthand property for setting four transition properties:
Grammar:
transition:[Transition-property] | | [Transition-duration] | | [Transition-timing-function] | | [Transition-delay]
TRANSITION-PROPERTY Specifies the name of the CSS property that sets the transition effect.
transition-duration specifies how many seconds or milliseconds to complete the transition effect.
Transition-timing-function a speed curve that specifies the speed effect.
Transition-delay defines when the transition effect begins.
Internet Explorer 9 and earlier browsers do not support the transition property.
Need to capitalize the first letter when using JS operation
Webkittransition
Moztransition
Otransition
Resources
Wonderful Taste class
Http://www.w3school.com.cn/cssref/pr_transition.asp
More detailed information
Http://www.w3cplus.com/content/css3-transition
CSS Learning Note--css3 Transition properties