sce-component
Version:
23 lines (20 loc) • 466 B
text/stylus
.s-spinner
vertical-align middle
.s-spinner-mat
animation s-spin 2s linear infinite
transform-origin center center
.path
stroke-dasharray 1, 200
stroke-dashoffset 0
stroke-linecap round
animation s-mat-dash 1.5s ease-in-out infinite
@keyframes s-mat-dash
0%
stroke-dasharray 1, 200
stroke-dashoffset 0
50%
stroke-dasharray 89, 200
stroke-dashoffset -35px
100%
stroke-dasharray 89, 200
stroke-dashoffset -124px