elm-css icon indicating copy to clipboard operation
elm-css copied to clipboard

Css.Transitions.property

Open sporto opened this issue 6 years ago • 1 comments

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

sporto avatar Nov 23 '18 00:11 sporto

We would also need this! 😊

ream88 avatar Mar 31 '20 16:03 ream88