div
containing an image and hidden text block for details.1.1
and reset on hover out.~1.15
), reveal the text block, and toggle back on a second click.You can achieve this in Webflow using hover and click interactions with a combination of CSS scaling and custom IX2 animations. Here’s how to set it up:
product-item
).product-item
, add:product-image
).product-info
), set to hidden initially.product-item
and go to Interactions > Mouse Hover > Add Animation.product-image
.1.1
(or desired size).1.0
.product-item
.product-image
to ~1.15 (slightly bigger than hover).product-info
(change opacity from 0
to 100%
).product-image
to 1.0
.product-info
(change opacity back to 0
).You achieve this effect by structuring your gallery with div
containers for products, applying Scale interactions on hover, and using Click animations to maintain the enlarged state and reveal more details. Adjust animation easing for smooth transitions.