quasar-framework
Version:
Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS
23 lines (20 loc) • 466 B
text/stylus
.q-spinner
vertical-align middle
.q-spinner-mat
animation q-spin 2s linear infinite
transform-origin center center
.path
stroke-dasharray 1, 200
stroke-dashoffset 0
stroke-linecap round
animation q-mat-dash 1.5s ease-in-out infinite
@keyframes q-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