MediaWiki:Common.css:修订间差异
MediaWiki界面页面
更多操作
无编辑摘要 |
|||
| 第351行: | 第351行: | ||
/* 齿轮动画 */ | /* 齿轮动画 */ | ||
.chilun { | .chilun { | ||
-webkit-animation: chilun 0.25s steps(1, end) infinite; | -webkit-animation: chilun 0.25s steps(1, end) infinite; | ||
} | } | ||
| 第363行: | 第356行: | ||
@-webkit-keyframes chilun { | @-webkit-keyframes chilun { | ||
0% { | 0% { | ||
position: 0; | |||
} | } | ||
25% { | 25% { | ||
position: -115px 0; | |||
} | } | ||
50% { | 50% { | ||
position: -230px 0; | |||
} | } | ||
75% { | 75% { | ||
position: -345px 0; | |||
} | } | ||
100% { | 100% { | ||
position: -460px 0; | |||
} | } | ||
} | } | ||