Browse Source
Remove glitchy transition because no fix was found :(
gre-patch-1
Thibaut Boustany
6 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
0 additions and
1 deletions
-
src/components/ProgressBar/index.js
|
|
@ -42,7 +42,6 @@ const Inner = styled.div` |
|
|
|
` |
|
|
|
: css` |
|
|
|
transform: scaleX(${p => p.progress}); |
|
|
|
transition: 150ms ease-out transform; |
|
|
|
`};
|
|
|
|
` |
|
|
|
|
|
|
|