elm-css
elm-css copied to clipboard
Css.Transitions.property
It is possible to use CSS transitions for something like an SVG fill attribute.
But the module Css.Transitions doesn't provide a fill, which is understandable as this is an SVG attribute.
Maybe it should have a generic .property so we can write something like:
Css.Transitions.property "fill" ".6s"
Thanks
We would also need this! 😊