Style command bar animations#3194
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3194 +/- ##
==========================================
- Coverage 47.82% 47.63% -0.19%
==========================================
Files 98 98
Lines 4065 4062 -3
Branches 839 837 -2
==========================================
- Hits 1944 1935 -9
- Misses 2121 2127 +6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3194 +/- ##
==========================================
- Coverage 47.82% 47.63% -0.19%
==========================================
Files 98 98
Lines 4065 4062 -3
Branches 839 837 -2
==========================================
- Hits 1944 1935 -9
- Misses 2121 2127 +6
Continue to review full report at Codecov.
|
wldcordeiro
left a comment
There was a problem hiding this comment.
👍 Simple solution. I think we could have maybe kept the animation and removed the use of setTimeout in favor of RAF or https://github.com/reactjs/react-transition-group but this is a good solution.
Summary of Changes
Our step animations were taking much longer than the time it took to step, which was crazy. This fixes that!
Before
After