Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(progress): prevent unnecessary animation to run when not visible
Progress has an infinite animation on `<div class="dots">`. `.dots` is only visible when `value` < `max` or `buffer` < `max`. But the animation runs in any case.
- Loading branch information