Open ic3man5 opened 2 years ago
I found this but I'm not sure if its related: https://github.com/iced-rs/iced/issues/31
Yes, As stated in the issue you linked
This is a necessary feature to render loading spinners, a blinking text cursor, GIF images, etc.
Iced does not support animated gifs at this time.
Yes, As stated in the issue you linked
This is a necessary feature to render loading spinners, a blinking text cursor, GIF images, etc.
Iced does not support animated gifs at this time.
Is there a way to work around this?
Other than making a subscription that swaps out the image, no.
I think that this could be implemented with #1647
you could use: https://github.com/tarkah/iced_gif
Is there an existing issue for this?
Is this issue related to iced?
What happened?
I'm attempting to write a simple app to learn rust and iced and I'm running into a road block I'm not sure how to overcome. From the research I've done this looks like it might be a limitation right now of iced but I'm not really sure.
I'm creating a a simple application that searches giphy and displays the gif results for you. I've currently tested this by adding an
Image
widget throughImage::new
but it only shows the first frame and doesn't progress.I'd like to completely learn this toolkit and possibly help document things or improve things but I'm not sure how to move forward here.
I can provide source and example code if needed.
What is the expected behavior?
Gifs to animate
Version
0.4
Operative System
Windows
Do you have any log output?
No response