
也可以连写: animation:clockAnimation 60s infinite steps(60);
一个一个跳steps(60) 60S跳60下,这个属性与linear冲突 不能一起写,不能既匀速 又蹦



-webkit-animation:clockAnimation 60s infinite steps(60); /*Safari and Chrome*/ 兼容
CSS动画技巧

也可以连写: animation:clockAnimation 60s infinite steps(60);
一个一个跳steps(60) 60S跳60下,这个属性与linear冲突 不能一起写,不能既匀速 又蹦



-webkit-animation:clockAnimation 60s infinite steps(60); /*Safari and Chrome*/ 兼容
601
1058

被折叠的 条评论
为什么被折叠?