095Bouncy Card Grid

As the mouse moves, a group of cards reacts across multiple dimensions, emphasizing the one closest to the cursor while the rest drift away. This creates a fun, bouncy sense of depth. Let’s see how it’s done!

HTML Structure

We wrap one grid container and a tile for every image. Each tile nests its bitmap inside a cell so the outer shell can move while the picture keeps a sensible fit whether the file is tall or wide:

<section class="mwg_effect095">
    <div class="container">
        <div class="media">
            <img src="./assets/medias/01.png" alt="">
        </div>
        <div class="media">
            <img src="./assets/medias/02.png" alt="">
        </div>
        <div class="media">
            <img src="./assets/medias/03.png" alt="">
        </div>
        …
    </div>
</section>

Become a member to unlock
the full effect
today.

Join now Join now

Discover the platform

See how the platform works: try Effect #000 for free.

Try it now Try it now

(No registration or credit card needed)