Matthew Griffith
Matthew Griffith
I think I'm having the same issue. A hack I found that worked(though is obviously not what I want to keep around in my code) was to wrap the animation...
It looks like the important part is forcing the layout, or waiting until its done automatically After creating the element, requesting a property from it that requires a layout, like...
Hello! lol, ZombificationStatus, I love it. Ok, so the first thing is that the `Animation.Messenger.State` constructor isn't exposed by the library, meaning you can use it in type signatures, but...
Yeah, I'm a big fan of the spa example by Richard :) Hmmm, Can you switch the type annotations to something like `Animation.Messenger.State msg`? ```elm type alias Model msg =...
Hello! Interesting. Yeah, I think it does make sense for this library to have some way to do that. I'm going to have to give it some thought as how...
Cool, I'm interested to see what you come up with!
Thanks for opening the issue! I took a peek at what would be involved to implement this and it requires some subtle changes to how the animations are run. So,...
Yeah, that makes sense. 🤔 I was originally wary of allowing inline comments because I was thinking the design would have to be ```elm inlineComment : String -> Expression ```...
So, unfortunately this got more complicated :/ And I think I found the reason that I didn't do this initially [Elm Syntax parses comments into a top level list that...
Right now you can use `documentWith` which requires a starting block. ``` |> Metadata title = Greece 2016 description = These are photos I took in Greece in 2016 |>...