material-web/progress
christophe-g 4de5e74b5c 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.
2023-12-18 11:53:52 +01:00
..
demo chore: format files with prettier 2023-10-25 11:59:00 -07:00
internal fix(progress): prevent unnecessary animation to run when not visible 2023-12-18 11:53:52 +01:00
_circular-progress.scss fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
_linear-progress.scss fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
circular-progress_test.ts fix(progress): squash linearprogress and circular progress into progress 2023-07-13 11:18:24 -07:00
circular-progress.ts fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00
harness.ts chore(fab): remove ResizeObserver 2023-08-16 11:38:30 -07:00
linear-progress_test.ts fix(progress): squash linearprogress and circular progress into progress 2023-07-13 11:18:24 -07:00
linear-progress.ts fix!: rename "lib" directory to "internal" 2023-07-24 12:02:59 -07:00