Act 01 // Manifesto
We choreograph interfaces like a sci-fi control room — with CSS only.
Velora is fun on purpose: dramatic staging, tactile motion language and technical precision. Every scene is declarative, fast, and runtime-native to the browser.
No JavaScript for motion: interactions and timing are attribute-driven.
API-first storytelling: each visual moment points back to a real `vl-*` contract.
Cinematic but readable: wow first, confusion never.
Act 02 // Engine Room
The core system is compact, layered, and dramatic.
The same primitives from `api-motion-catalog` power this page. What you see is not theater smoke: it is framework behavior you can copy.
Entrance choreography
vl-effect="fade-up" + vl-once
Viewport-cued acts
vl-timeline="view"
Tactile cards
hover-prism / hover-depth-press
Orchestrated micro-delays
vl-children="orchestrate" vl-stagger
/* framework layers used by this page */ @import "@velora/css/tokens"; @import "@velora/css/structures"; @import "@velora/css/motion"; @import "@velora/css/transitions";
Act 03 // Scene Director
Each page is a chapter, each chapter is a runnable API demo.
Instead of one giant sandbox, Velora tells the story page-by-page. Motion, color, typography and structure are always shown in context, never in isolation.
Focused narrative around one system capability.
Dense API matrix with grouped patterns and tags.
Operational playground for practical validation.
scene = HTML + vl-* + tokens
chapter = page with real anchors
story = bussola across chapters
Make APIs feel cinematic.
Every visual moment should reveal one concrete contract detail.
Act 04 // Canon
The story has receipts: docs and catalogs stay in sync.
About is not marketing copy. It is a guided bridge to real specs, catalogs, and implementation references.
Act 05 // Launch Sequence
Now build your own chapter with the same language.
Pick a page, choose one API concept, and stage it as a mini scene. Repeat this loop and your whole framework turns into a coherent cinematic system.