changed transition timing for all animations to use exponential function

This commit is contained in:
2026-03-07 13:43:38 +01:00
parent 41ef47d53d
commit b8eaa69cc0
6 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@
color: var(--color-highlight);
font-weight: 700;
cursor: pointer;
transition: background-color var(--duration-animation) ease-out;
transition: background-color var(--duration-animation) var(--anim-curve);
}
.outlined-button:hover {