summaryrefslogtreecommitdiffstats
path: root/core/src/animation.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-09Simplify `gallery` example a bitLibravatar Héctor Ramón Jiménez1-0/+12
2025-01-28Add `repeat`, `repeat_forever`, and `auto_reverse` to `Animation`Libravatar Héctor Ramón Jiménez1-0/+20
2025-01-28Rename `Animation::in_progress` to `is_animating`Libravatar Héctor Ramón Jiménez1-1/+1
2025-01-27Fix broken intra-doc link in `animation`Libravatar Héctor Ramón Jiménez1-0/+2
2025-01-27Implement `Animation::value`Libravatar Héctor Ramón Jiménez1-0/+5
2025-01-27Draft basic `Animation` API in `iced_core`Libravatar Héctor Ramón Jiménez1-0/+109