Animation of SVG filter

Is it possible to animate the value of an SVG filter?

svg {filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)); }

I'm thinking about decreasing the blur value of a drop shadow while the SVG itself is scaled down. This should create an effect of the SVG coming "down" on the background.

1
7 replies