@Frederick Yes, that's where I got my inspiration from ;) @Matthew I don't think this is a problem, but I also don't understand what you mean by "you'd have to do all the interruptions manually". Could you elaborate? I haven't studies your library closely, so I don't know how your library currently deals with interruptions.
I once created an animation library for react <https://github.com/Zinggi/RAnimation>, it kinda works like I described above and it does have interruptable animations. But of course react doesn't map nicely to elm. On Thursday, 13 October 2016 21:02:29 UTC+2, Frederick Yankowski wrote: > > The elm-autocomplete package does something much like you describe. > Configuration data, including some functions, is defined separately from > the model and is passed as an additional parameter to the update function. > > > https://github.com/thebritican/elm-autocomplete/blob/4.0.1/src/Autocomplete.elm#L181 > > On Thursday, October 13, 2016 at 1:34:29 PM UTC-5, Zinggi wrote: > > I think it would be nice to separate the *descriptions* of an animation >> from the *state* of an animation. >> > > -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
