Dramify
Studio website.

- Built with
- Web
- Year
- 2026
- Status
- Live
A landing page for an animation studio that turns real personal stories into short cartoons — a wedding, a love story, a gift for someone close. Visitors arrive from Instagram and convert by opening a pre-filled WhatsApp chat, so there's no form and no backend to speak of.
No framework: one HTML file, three source files, and GSAP as the only runtime dependency. The motion is built without a single scroll listener — the header's solid state comes from a one-pixel sentinel element watched by an IntersectionObserver, and every reveal is a ScrollTrigger that clears its own transforms when it finishes, so CSS hover still works afterwards. Blur effects are dropped entirely below 768px, where they cost more than they're worth.
Language is picked from the browser and the dictionary rewrites text, attributes, the page title and the social meta tags together. Kazakh is declared but its dictionary is empty, so a Kazakh browser currently gets English.
