/* Движение: затухание + сдвиг 4/8. Без bounce и масштабирования. */
:root{
--duration-1:120ms; /* @kind other */
--duration-2:200ms; /* @kind other */
--duration-3:320ms; /* @kind other */
--ease:cubic-bezier(.2,0,0,1); /* @kind other */
--shift-1:4px;--shift-2:8px;
}
