argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.
https://open-props.style
MIT License
4.7k stars 191 forks source link

Add `--ease-bounce-*` easings #429

Closed argyleink closed 11 months ago

argyleink commented 11 months ago
: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