rtfeldman/elm-css

Css.Transitions.property

オープン

#486 opened on 2018/11/23

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)Elm (198 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (1,259 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド