Hello!!!
I come back here with another question… I’m with a website for a client, who wants an animation in the photos like this:
Is it possible to show images with this kind of animations? And another, if these images were in a carousel, rotating several photos 1 by 1, could they be animated?
Thanks for your help in advance!
There’s no built in effect like it.
One way might be to have all images, with a white, absolute positioned square hiding them. Create a CSS animation to shrink the square to zero width. Use Bricks interactions to trigger adding the animation class on ‘scroll into view’.
Or you can use JS, or look through the bricks addons and see if one suits you. https://bricksdirectory.com/
You can have various effects in sliders, but again, you’d probably have to build this one. A look at SPLIDE.JS - there may be a tutorial, or similar effect.