:root{
--dur-instant:90ms; /* @kind other */
--dur-fast:140ms; /* @kind other */
--dur:220ms; /* @kind other */
--dur-slow:340ms; /* @kind other */
/* default easing: decisive, no overshoot */
--ease-out:cubic-bezier(.2,0,0,1); /* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1); /* @kind other */
/* linear: scanning / marquee / progress */
--ease-linear:linear; /* @kind other */
/* max travel for hover / press */
--motion-lift:translateY(-2px); /* @kind other */
--motion-press:translateY(1px); /* @kind other */
--transition-control:color var(--dur-fast) var(--ease-out),background-color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out); /* @kind other */
}
@media (prefers-reduced-motion:reduce){:root{
--dur-instant:0ms; /* @kind other */
--dur-fast:0ms; /* @kind other */
--dur:0ms; /* @kind other */
--dur-slow:0ms; /* @kind other */
--motion-lift:none; /* @kind other */
--motion-press:none; /* @kind other */
}}
