RT Adam Argyle
Here's a little sandbox on @CodePen for you to play with this idea, and some Open Props keyframes 🙂
👉🏻
Adam Argyle: Combine animation props plus subtle bounce effects!
with very very little CSS 🤓
```#css
.push-out {
animation:
var(--animation-scale-down),
var(--animation-fade-out);
animation-timing-function: var(--ease-squish-4);
}
```
https://twitter.com/argyleink/status/1466086683577700352