064Scroll-revealed gallery

In this effect, a gallery of items gently lands on the viewport surface with a slight bounce. Their positions are random, but they spread across the entire screen. Let’s go—let’s see how it works!

HTML Structure

The section wraps a tall spacer, then a scene root that holds the headline and every gallery cell. Each photograph lives inside its own wrapper so sizing and transforms stay local:

<section class="mwg_effect064">
    <div class="pin-height">
        <div class="container">
            <div class="text">
                <span>Showcase a gallery</span>
                <span class="text-g">on scroll</span>
            </div>
            <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/12.png" alt="">
            </div>
        </div>
    </div>
</section>

As we scroll, items appear one by one along a phyllotaxis spiral — they spread across the viewport surface while sailing in from deep space.

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)