rtfeldman/elm-css

Css.Transitions.property

Offen

#486 geöffnet am 23.11.2018

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Elm (198 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (1.259 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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