rtfeldman/elm-css

Css.Transitions.property

開放

#486 建立於 2018年11月23日

 (1 則留言) (1 個反應) (0 位負責人)Elm (198 個分叉)github user discovery
enhancementhelp wanted

倉庫指標

星標
 (1,259 顆星)
PR 合併指標
 (30 天內沒有已合併 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

貢獻者指南