bradysimon

Results 5 comments of bradysimon

`Option + ` is a jump between words instead of moving to the beginning/end of the line like Command, so that should be working already on recent versions of Iced....

I would be interested in helping with widget animations. `Svg` should be one of the simplest widgets to animate since its style is only a single optional `Color`. It could...

@lazytanuki I've opened an initial PR for [animating the radio widget](https://github.com/iced-rs/iced/pull/2770). Do you have any other widgets beside `toggle` that you'd prefer to animate? I can tackle some of the...

An alternative animation would be to make the dot scale from a size of zero to its final size. I think I prefer the current animation but I want to...

Iced doesn't directly depend on any of these crates. Wouldn't it be more appropriate to report this to the crates that have these unmaintained crates as a direct dependency?