open-props
Version:
<div align="center">
8 lines (7 loc) • 299 B
CSS
:where(:root) {
--ease-elastic-in-1: cubic-bezier(0.5, -0.25, 0.75, 1);
--ease-elastic-in-2: cubic-bezier(0.5, -0.5, 0.75, 1);
--ease-elastic-in-3: cubic-bezier(0.5, -0.75, 0.75, 1);
--ease-elastic-in-4: cubic-bezier(0.5, -1, 0.75, 1);
--ease-elastic-in-5: cubic-bezier(0.5, -1.25, 0.75, 1);
}