Brock

Results 37 comments of Brock

It's not what you all are talking about exactly, but if anyone is looking to hack in page transitions today i have an example here https://myreassurance.com https://github.com/13r0ck/myreassurance-website

How cool would it be to have an Elm lang package that allows for Iced embeds using this! Elm could handle all the SEO, pages, general web stuff, and Iced...

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...

Other than making a subscription that swaps out the image, no.

Changing versions of wgpu is not a simple task. [this PR](https://github.com/hecrj/iced/pull/725) is what was required just to switch between release versions

Why do you need to compare widget states?

> So I guess if it's trying to follow a CSS like model, we'd need a Length::Auto? At least for this question with a fixed dimensiom image, Length::Shrink should do...

I think you might be barking up the wrong tree with the global variable. What if in your state the picklist values are stored in an enum, something like ```rust...

In that case why would a closure even be necessary, when it is already possible to apply a function to the `items` in the view?