rtfeldman/elm-css

Css.Transitions.property

Ouverte

#486 ouverte le 23 nov. 2018

 (1 commentaire) (1 réaction) (0 personne assignée)Elm (198 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 259 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur