UNPKG
spur-tailwind
Version:
latest (0.0.1)
1.0.0
0.0.1
Spur web UI
spur-tailwind
/
css
/
components
/
animations.css
16 lines
(14 loc)
•
253 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.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
); } }