argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.

Home Page:https://open-props.style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `--ease-bounce-*` easings

argyleink opened this issue · comments

:where(html) {
  --ease-bounce-1: linear(…);
  --ease-bounce-2: linear(…);
  --ease-bounce-3: linear(…);
  --ease-bounce-4: linear(…);
  --ease-bounce-5: linear(…);
}

see bounce in the linear-easing-generator