UNPKG

spur-tailwind

Version:

Spur web UI

16 lines (14 loc) 253 B
.spin-fast { animation-name: sinset-0; animation-duration: 500ms; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }