So what’s happening on this page? the user needs to interact with the first image (clicking thumbs Up/Down) so that the next image gets un-blurred.
1- I dont know how to add a blur overlay (It is important that the solution does NOT involve two images one with blur and one without).
2- How to setup the trigger so that once user clicks on thumbs Up/Down blur disappears on the upcoming image.
You can create a structure where you have an element with the image on background. Dulicate it and pile it one on top of the other, put the blur class to the one on the top. On interaction, you can make the one on top fade out to reveal the unblurred.
With webflow it’s not possible to say “the next one” with interactions. You’ll need one interaction per thumb, each interaction will target the next blurred element and fade it out.
Awesome, thanks! Now what are the 4 different filters? Are all four just for the blur? Is one of them for a feather effect? Because the photo is feathering a bit too much along the edges
Hey Vincent, thanks for these awesome tips. I am making a modal via Sergie’s method and I’d like to have the background blur the page underneath. Is this possible? Thanks!