Performance-oriented Motion demo playground with standalone HTML experiments built on local motion and motion-plus-dom.
parallax.html: Scroll-driven layered hero inspired by the referenced x.com clipsplitText.html: Basic split text reveal demotext-animation-green.html: Scroll text reveal experiment
parallax.html uses:
dist/motion.jsfor scroll-driven transforms and entrance animationdist/motion-plus-dom.jsfor split-word text reveals in the lower intro section
The demo is intentionally kept as a standalone HTML file so it can be opened directly or moved into another project with minimal changes.
Open parallax.html directly in a browser, or serve the folder with any static file server.
Example:
npx serve .The bundled Motion files are already included in dist/.
If needed, rebuild them with:
npm run build:vanilla