深入理解CSS3 Animation 幀動畫
? ? ? ? /*寫法1*/
? ? ? ? -moz-animation: bird-slow 400ms steps(1,start) infinite;
? ? ? ? /*寫法2*/
? ? ? ? -webkit-animation-name: bird-slow;
? ? ? ? -webkit-animation-duration: 400ms;
? ? ? ? -webkit-animation-timing-function: steps(3);
? ? ? ? -webkit-animation-iteration-count: infinite;
2016-03-29
.......
2016-01-09
...
2015-12-21
...
2015-12-21
...