2013. 3. 16. 16:03 Web/CSS
초기값을 설정하고
바뀌는 내용을 설정하면 지정한 시간안에 바뀌는 특성
transition: all 2s;
-moz-transition: all 2s; /* Firefox 4 */
-webkit-transition: all 2s; /* Safari and Chrome */
-o-transition: all 2s; /* Opera */
| [css3]user interface (0) | 2013.03.16 |
|---|---|
| [css3]multiple column (0) | 2013.03.16 |
| [css3]transform 2d/ 3d (0) | 2013.03.16 |
| [css3]text (0) | 2013.03.16 |
| [CSS3] border, box (0) | 2013.03.16 |