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

贡献者指南