02-08-2012, 23:54
(Ten post był ostatnio modyfikowany: 02-08-2012, 23:54 przez Kartofelek.)
Po co na forum czekać na odpowiedź, skoro pierwszy link w google odpowiada na twoje pytanie?
http://www.css3.info/preview/css3-transitions/
The Syntax:
transition: <transition> [, <transition>]*
<transition> = <transition-property> <transition-duration> <transition-timing-function> <transition-delay>
As with the individual transition-* properties, the transition shorthand property can be used to define multiple transitions, using a comma separated list.
http://www.css3.info/preview/css3-transitions/
The Syntax:
transition: <transition> [, <transition>]*
<transition> = <transition-property> <transition-duration> <transition-timing-function> <transition-delay>
As with the individual transition-* properties, the transition shorthand property can be used to define multiple transitions, using a comma separated list.