libcosmic-yoda/src/widget/progress_bar
Vukašin Vojinović dad5f1e273 fix(progress_bar): sync determinate animation clock on target change
This prevents the time delta from becoming very large when the widget hasn't animated for a bit, leading to snapping instead of a smooth animation.
Also prevents animating on widget creation, since it doesn't feel good in `cosmic-osd`.
2026-04-22 15:03:14 +02:00
..
animation.rs fix(progress_bar): sync determinate animation clock on target change 2026-04-22 15:03:14 +02:00
circular.rs feat(progress_bar): animate determinate progress 2026-04-21 13:39:43 -04:00
linear.rs feat(progress_bar): animate determinate progress 2026-04-21 13:39:43 -04:00
mod.rs improv(progress_bar): unify indeterminate animations 2026-04-21 13:39:43 -04:00
style.rs feat(widget): progress bars 2026-04-07 17:02:58 +02:00