mironov / react-redux-loading-bar

Loading Bar (aka Progress Bar) for Redux and React
https://mironov.github.io/react-redux-loading-bar/
MIT License
936 stars 93 forks source link

Implement alternate way to achieve the loading effect: use width #104

Closed exzizt closed 4 years ago

exzizt commented 4 years ago

Using the width to drive the animation fixes this issue that has affected our team: #103 I hope you consider this PR, please give any feedback!

mironov commented 4 years ago

@exzizt Thanks for the contribution! This is released in v5.0.0 with a more agressive strategy: transform animation is removed altogether.

exzizt commented 4 years ago

@exzizt Thanks for the contribution! This is released in v5.0.0 with a more agressive strategy: transform animation is removed altogether.

Happy to! Thanks for releasing a new version where this has been addressed! I'll try it out and get back to you if there are any issues.