rtfeldman/elm-css

Css.Transitions.property

Aperta

#486 aperta il 23 nov 2018

 (1 commento) (1 reazione) (0 assegnatari)Elm (198 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (1259 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor