mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2025-01-22 07:04:05 +01:00
add a little extra movement to fav animation
This commit is contained in:
parent
d6e3a9f17f
commit
6d86e8a3be
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue