From our sponsor: Ready to show your plugin skills? Enter the Penpot Plugins Contest (Nov 15-Dec 15) to win cash prizes!
Today I’d like to share a simple hover effect with you. It’s a recreation of the hover effect seen in the menu on the DDD Hotel website by Garden Eight. The idea is to scale down the background image and “fitting” it to a clip shape which contains the same background image. The shape is visible because the opacity of the background is a bit lower:
When I saw the effect on the DDD Hotel website, I wanted to try to do it using the clip-path property and explore different shapes.
It’s very straightforward: one layer has the background image and a second layer has the additional clip path with a basic shape.
Tiny break: 📬 Want to stay up to date with frontend and trends in web design? Subscribe and get our Collective newsletter twice a tweek.
For the last demo, where I wanted to show two circles, I simply stacked two clip-path layers. But for more complex paths, one could also use an SVG instead.
Other interesting things that could be done here is to animate the clip-path (scale it/move it) or change the shape for each link. What do you think?