Stanko/react-plx

Possibility to animate backdropFilter

オープン

#56 opened on 2019/10/03

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

Repository metrics

Stars
 (687 個のスター)
PR merge metrics
 (平均マージ 17m) (30d で 1 merged PR)

説明

I have a feature request:

What about being able to animate the backdropFilter property as well?

I think we could easily add the following filters for backdropFilter within react-plx pretty easily, since they only use linear values:

blur();
brightness();
contrast();
grayscale();
hue-rotate();
invert();
opacity();
sepia();
saturate();

I would not add drop-shadow since we would have to accept four arguments here: drop-shadow(4px 4px 10px blue);.

Furthermore I can not think of a way to animate the svg filters via backdrop-filter: url(commonfilters.svg#filter);

I am gladly willing to contribute and open a PR if you approve the feature :)

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