add a little extra movement to fav animation

This commit is contained in:
fef 2022-11-29 03:32:09 +00:00
parent d6e3a9f17f
commit 6d86e8a3be
No known key found for this signature in database
GPG key ID: EC22E476DC2D3D84

View file

@ -9,7 +9,7 @@
}
&.activate {
& > .fa-star {
animation: spring-rotate-in .8s cubic-bezier(.2, 0, .4, 1);
animation: spring-rotate-in 1s cubic-bezier(.2, 0, .4, 1);
}
}
}
@ -17,6 +17,9 @@
0% {
transform: rotate(0deg);
}
20% {
transform: rotate(20deg);
}
60% {
transform: rotate(-380deg);
}