forked from AkkomaGang/akkoma-fe
add some nicer easings to favourite and rt button animations
This commit is contained in:
parent
65511042e3
commit
65adfb01c3
2 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
.interactive {
|
||||
.svg-inline--fa {
|
||||
animation-duration: 0.6s;
|
||||
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
&:hover .svg-inline--fa,
|
||||
|
|
|
@ -79,6 +79,7 @@
|
|||
.interactive {
|
||||
.svg-inline--fa {
|
||||
animation-duration: 0.6s;
|
||||
animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
|
||||
&:hover .svg-inline--fa,
|
||||
|
|
Loading…
Reference in a new issue