You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dil25 unfortunately not, because both properties have multiple numerical values plus color. That means it needs a different approach and decent amount of work to implement these.
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: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 :)
The text was updated successfully, but these errors were encountered: