rtfeldman / elm-css

Typed CSS in Elm.
https://package.elm-lang.org/packages/rtfeldman/elm-css/latest
BSD 3-Clause "New" or "Revised" License
1.23k stars 196 forks source link

Css.Transitions.property #486

Open sporto opened 5 years ago

sporto commented 5 years ago

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

ream88 commented 4 years ago

We would also need this! 😊