Hi All, I just released a fairly large update I've been working on.
https://github.com/mdgriffith/elm-style-animation First off, elm-html-animation has been renamed* elm-style-animation* because it now covers SVG animations as well as html styles. This is for elm 0.17. If you use this library and think you're going to be on 0.16 for a while, let me know and I'll see what I can do to provide a temporary 0.16 version. So what's new? - The syntax for specifying animations now is cleaner and more powerful. You can use standard elm machinery like List.map and List.indexedMap to do things like stagger animations or animate a list of things. This is much better than before. - Native support for Elm's Color type. - SVG attributes can now be animated! - You can morph polygons into each other <https://mdgriffith.github.io/elm-style-animation/1.0.0/Logo.html>. - You can morph batman logos into each other. <https://mdgriffith.github.io/elm-style-animation/1.0.0/Batman.html> Cause this is what you really wanted to do with elm. - The flowermenu <https://mdgriffith.github.io/elm-style-animation/1.0.0/FlowerMenu/> from before is now even cleaner -- 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.
