manim-scroll
Installation
SKILL.md
Manim Scroll
Scroll-driven Manim animations for the web. Pre-render mathematical animations with Manim and play them back smoothly as users scroll.
Quick Start (Next.js)
The recommended approach uses the Next.js plugin for automatic build-time rendering.
- Install the unified package:
npm install @mihirsarya/manim-scroll
- Configure
next.config.js:
const { withManimScroll } = require("@mihirsarya/manim-scroll/next");