fix: increase epsilon in CardContainer.tsx

This commit is contained in:
osdnk
2020-01-30 22:38:13 +01:00
parent fa4a959549
commit 9be904d9c4

View File

@@ -62,7 +62,7 @@ type Props = TransitionPreset & {
}) => void;
};
const EPSILON = 0.01;
const EPSILON = 0.1;
function CardContainer({
active,