问答详情
源自:3-3 自适应雪碧图

深入理解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;


提问者:平凡璐 2015-12-21 17:38
微课

个回答

  • s亚军
    2016-03-29 15:56:39

    .......

  • potatoshaner
    2016-01-09 17:36:22

    ...

  • w唯诺
    2015-12-21 18:27:33

    ...

  • w唯诺
    2015-12-21 18:27:27

    ...