clockwise spin

This commit is contained in:
on4r 2022-01-11 15:00:02 +01:00
parent 949f0f277f
commit 97147ec613

View File

@ -365,7 +365,7 @@ main .spinner .bounce2 {
@keyframes spin { @keyframes spin {
100% { 100% {
transform: rotate(-360deg); transform: rotate(360deg);
} }
} }