1.example {
2 -webkit-transition: background-color 500ms ease-out 1s;
3 -moz-transition: background-color 500ms ease-out 1s;
4 -o-transition: background-color 500ms ease-out 1s;
5 transition: background-color 500ms ease-out 1s;
6}
7
8/* IE10 (the first stable version of IE to support transition)
9does not require the -ms- prefix. */
1Android: -webkit-
2Chrome: -webkit-
3Firefox: -moz-
4Internet Explorer: -ms-
5iOS: -webkit-
6Opera: -o-
7Safari: -webkit-