Browse Source

Remove glitchy transition because no fix was found :(

gre-patch-1
Thibaut Boustany 6 years ago
parent
commit
a6fb8cd112
No known key found for this signature in database GPG Key ID: 32475B11A2B13EEC
  1. 1
      src/components/ProgressBar/index.js

1
src/components/ProgressBar/index.js

@ -42,7 +42,6 @@ const Inner = styled.div`
`
: css`
transform: scaleX(${p => p.progress});
transition: 150ms ease-out transform;
`};
`

Loading…
Cancel
Save