089Jelly headline motion

In this effect, a headline moves through the viewport with an elastic motion. The animation responds to scroll velocity, creating a subtle jelly-like distortion. Let’s build it!

HTML Structure

The section stacks an image, the animated headline, and a short paragraph. The headline stays a single <p> so we can replace its text with one span per character without breaking the surrounding layout:

<section class="mwg_effect089">
    <div class="container">
        <img class="media" src="./assets/medias/1.png" alt="">
        <p class="text">Italian Negroni</p>
        <p class="text-content">Short supporting copy lives here.</p>
    </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)