Skip to content

Commit 03e34c5

Browse files
committed
Fix bug preventing loading indicator from showing
Since we have a CSS animation on the width of the bar, and on a fast network the progress event usaully only fires once (at 100%), hiding the loading indicator eminently after calling `.end()` would not allow the animation to complete before the bar hidden. This PR adds a timer to wait for the CSS animation before hiding the bar.
1 parent 96aa55d commit 03e34c5

File tree

2 files changed

+7263
-7
lines changed

2 files changed

+7263
-7
lines changed

0 commit comments

Comments
 (0)