rtfeldman/elm-css

Css.Transitions.property

Aberta

#486 aberto em 23 de nov. de 2018

 (1 comentário) (1 reação) (0 responsável)Elm (198 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (1.259 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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

Guia do colaborador