quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
23 lines (20 loc) • 517 B
text/stylus
.q-spinner
vertical-align middle
.q-spinner-mat
animation q-spin 2s linear infinite /* rtl:ignore */
transform-origin center center /* rtl:ignore */
.path
stroke-dasharray 1, 200
stroke-dashoffset 0
stroke-linecap round
animation q-mat-dash 1.5s ease-in-out infinite /* rtl:ignore */
@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