About this demo
This site is the proving ground for Modulato, an animation-first React framework. Three pages, dummy content, and every framework concept exercised in miniature.
The menu indicator and the colored marker are persistent shell components — they never unmount. They receive navigation events and change state while the URL changes, which is the framework's signature move.
Pages are server-rendered for SEO, hydrated once, and swapped client-side with coexisting page trees so transitions can choreograph both the outgoing and the incoming page at the same time.
Everything animated on this page is owned by the page: the marquee loop, the parallax subscription and the reveals below are created on mount and torn down on unmount — the strict lifecycle Modulato inherits from Lisergia.