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.

  1. Install the unified package:
npm install @mihirsarya/manim-scroll
  1. Configure next.config.js:
const { withManimScroll } = require("@mihirsarya/manim-scroll/next");
Installs
13
GitHub Stars
5
First Seen
Jan 26, 2026