Tweak site logo animation

This commit is contained in:
Yannik Rödel 2022-06-12 20:44:02 +02:00
parent 02e8670ee3
commit c731dd73c6

View file

@ -40,14 +40,14 @@
.plug {
fill: colors.$yellow-500;
transition: fill #{0.5 * motion.$prominent-duration} motion.$prominent-timing;
transition: fill #{0.3 * motion.$prominent-duration} motion.$prominent-timing;
}
@keyframes angestoepselt-logo-hover {
0% {
transform: none;
}
50% {
30% {
transform: translateX(0.6rem);
}
100% {
@ -59,7 +59,7 @@
+ span {
transform-origin: 100% 50%;
transition: transform #{0.5 * motion.$prominent-duration} motion.$prominent-timing #{0.5 * motion.$prominent-duration};
transition: transform #{0.7 * motion.$prominent-duration} motion.$prominent-timing #{0.3 * motion.$prominent-duration};
transform: scale(1.1);
}
}