> On Oct 22, 2016, at 7:56 PM, Nick H <[email protected]> wrote: > > Which of these elements can fire events? Is the text at the bottom the only > place where the user can interact? > > If so, then the graphical elements up top can just be functions that take > whatever data is needed to draw them.
All of them. The two graphical events are animated using elm-style-animation, and some of the animated effects generate `Cmd Msg`. For example, if the bag runs out of fluid, it generates a message that will cause the droplets to stop falling. -- 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.
