Make user finder more pleasant.
This commit is contained in:
parent
9c7eb1de3c
commit
5e6ffc0e45
3 changed files with 35 additions and 4 deletions
|
@ -8,6 +8,13 @@
|
|||
animation: spin 2s infinite linear;
|
||||
display: inline-block;
|
||||
}
|
||||
.animate-spin-slow {
|
||||
-moz-animation: spin 4s infinite linear;
|
||||
-o-animation: spin 4s infinite linear;
|
||||
-webkit-animation: spin 4s infinite linear;
|
||||
animation: spin 4s infinite linear;
|
||||
display: inline-block;
|
||||
}
|
||||
@-moz-keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue