console/packages/web/docs/src/easing-functions.css
2025-03-11 00:10:09 +01:00

41 lines
721 B
CSS

:root {
--hive-ease-overshoot-far: linear(
0 0%,
0.5007 7.21%,
0.7803 12.29%,
0.8883 14.93%,
0.9724 17.63%,
1.0343 20.44%,
1.0754 23.44%,
1.0898 25.22%,
1.0984 27.11%,
1.1014 29.15%,
1.0989 31.4%,
1.0854 35.23%,
1.0196 48.86%,
1.0043 54.06%,
0.9956 59.6%,
0.9925 68.11%,
1 100%
);
--hive-ease-overshoot-a-bit: linear(
0 0%,
0.5007 7.21%,
0.7803 12.29%,
0.8883 14.93%,
0.9724 17.63%,
1.011319 20.44%,
1.024882 23.44%,
1.029634 25.22%,
1.032472 27.11%,
1.033462 29.15%,
1.032637 31.4%,
1.028182 35.23%,
1.006468 48.86%,
1.001419 54.06%,
0.9956 59.6%,
0.9925 68.11%,
1 100%
);
}