深入理解CSS3 Animation 帧动画

来源:3-3 自适应雪碧图

平凡璐

2015-12-21 17:38

        /*写法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;


写回答 关注

4回答

  • 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

    ...

H5+JS+CSS3 实现圣诞情缘

为圣诞节准备的H5+JS+CSS特效案例教程,实现静与动的结合

122015 学习 · 211 问题

查看课程

相似问题