Is it possible to animate filter: blur with ViewTransition?
I am using viewtransitions to animate opening an image to fullscreen, but can't find any way to get the backdrop with filter: blur applied to animate via viewtransitions. I am trying to achieve a fade-in effect. I could get it working with regular colored background with animating the opacity, but not with blur filter (same approach, tried to animate opacity from 0 to 1)
0 Replies