A hands-on workshop
Give an interface a soul in 45 minutes.
Tweens, timelines, staggers, eases — everything you need, nothing you don't. ~20 min.
The actual first fold of sovereignengineering.io, ready to animate. Zero install.
45 minutes, one timeline. You describe the motion; the AI writes the code.
30 seconds each on the big screen. Press replay twice. Applause mandatory.
An interface that enters with intention feels trustworthy before a single word is read.
Sequence tells the user what matters first. An intro is a story with an order.
Freedom tech deserves craft. Our tools should feel alive, not like tax software.
Motion pulls people in — a well-crafted intro increases engagement by 70%.
One function, one element, one destination. That's a tween.
gsap.to(".box", { x: 560, rotation: 360, duration: 1.5 }); gsap.from(".box", { opacity: 0, y: -40 }); // enter FROM somewhere
Chain tweens into a sequence. Stagger makes many elements one gesture.
const tl = gsap.timeline(); tl.from(".dot", { y: 60, opacity: 0, stagger: 0.1, ease: "back.out(2)" }) .to(".dot", { scale: 1.2, yoyo: true, repeat: 1, stagger: 0.1 }, "-=0.3");
Same move, four characters. Choose who your interface is.
Explore them all: gsap.com/ease
…
index.html in your browsermain.js and promptNothing else to set up — the zip is the whole workshop kit.
You won't write GSAP by hand — you'll describe motion to an AI. The better your vocabulary, the better your intro. Name the move:
Formula: element + move + order + personality + timing — and always end with "keep the ↻ replay button working."
Open the full vocabularyFour intros from real projects — two rebuilt here, two live sites. Watch each twice.
The real boot intro: power glyph, gate cut, particle wordmark, warp — ends at login.
The real three-stage typographic intro, ending on the glossy paint title.
The real thing, live — app.atobitcoin.io plays its intro on load (new tab).
The real thing, live — the dreamcore three.js intro (new tab).
Take 5 minutes to imagine the intro in your mind's eye before starting.
Keep ↻ replay working — you present with it.
Motion tells the story; the page itself stays as it is.
Stuck? Raise a hand. Done early? Add a second act.
This is your canvas — sovereignengineering.io's first fold. Make it enter with style.