add some nicer easings to favourite and rt button animations

This commit is contained in:
emma 2022-12-08 19:24:59 +00:00
parent 65511042e3
commit 65adfb01c3
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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,