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

changed ANIMATION_DURATION to match UPDATE_TIME to resolve Chrome stu… #77

Closed redheadedstep closed 5 years ago

redheadedstep commented 5 years ago

changed ANIMATION_DURATION to match UPDATE_TIME to resolve Chrome stutter

76

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4c976255dee4770e8937b78252161e70f5698f27 on redheadedstep:master into dce6720afe2d71fa918d6979267ad13a88aee911 on mironov:master.

mironov commented 5 years ago

Hey @redheadedstep, thank you very much for the contribution! Could you test just released v4.1.0 with another type of CSS animation? I tested it in Chrome and Firefox and looks like this way it animates smoother.

redheadedstep commented 5 years ago

Looks great in Chrome and Firefox. Thanks for merging it in.