rtfeldman/elm-css

Css.Transitions.property

Open

#486 opened on Nov 23, 2018

 (1 comment) (1 reaction) (0 assignees)Elm (198 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,259 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

Contributor guide