「Html:Svg loading」修訂間的差異
出自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
第6行: | 第6行: | ||
<style> | <style> | ||
.svgspinner circle { | .svgspinner circle { | ||
− | animation: circle-spin | + | animation: circle-spin 8s infinite linear; |
transition: stroke-dasharray .2s linear; | transition: stroke-dasharray .2s linear; | ||
} | } | ||
@keyframes circle-spin { | @keyframes circle-spin { | ||
− | + | 0% { | |
transform: rotate(0deg); | transform: rotate(0deg); | ||
} | } | ||
− | + | 100% { | |
− | transform: rotate( | + | transform: rotate(3600deg); |
} | } | ||
} | } |
於 2019年12月3日 (二) 01:46 的修訂