Skip to main content

The problem with static explanations

You can draw the unit circle on the board perfectly. You can walk through every step of a geometric proof. Students write it down. They tell you they get it. Then the test comes back and half the class got it wrong in the same way.

The issue isn't the explanation. It's the format. A static diagram shows a result. It can't show how you get there, which steps happen in which order, or what changes while everything else stays the same. Those are the things students actually need to see.

Most teachers know this intuitively. The research confirms it.

What the research says

A 2025 arXiv paper by Christina Zhang, Manim for STEM Education: Visualizing Complex Problems Through Animation, studied the use of Manim across computer science and mathematics courses. The finding: animations are more effective than static graphics for enhancing learning outcomes. The paper analyzed viewer feedback from multiple platforms and found that dynamic demonstrations help students see mathematical derivation processes in a way that improves comprehension and active learning.

Zhang, C. (2025). arXiv:2510.01187

A 2024 IEEE paper by Marković and Kaštelan tested Manim animations in an undergraduate algorithms and data structures course. Most participants reported the animations significantly improved their conceptual understanding of the topics. The paper notes that visualizations make it easier to follow the steps of complex processes that would be opaque as pseudocode or prose.

Marković, M. & Kaštelan, I. (2024). IEEE Xplore: 10569661

A 2025 systematic review in the European Journal of Science and Mathematics Education examined visualization in secondary school mathematics problem-solving. It found that students who use visual representations, including diagrams, models, and animations, consistently outperform peers who rely on symbolic notation alone. Drawing and visualization were the most widely used and most effective strategies across the reviewed studies.

European Journal of Science and Mathematics Education, 2025, 13(4), 352–367

A 2023 pilot study found that Manim animations helped electrical engineering students understand abstract concepts in a Signals and Systems course, with students reporting the animations made topics like Fourier series and complex numbers significantly easier to grasp.

Journal of Contemporary Educational Research, 2025, Vol. 9, Issue 10

Why animations work differently than diagrams

The brain processes visual and verbal information through separate channels. A diagram paired with a spoken explanation can tax one channel while leaving the other idle. An animation that shows a transformation happening in real time gives students something to track that they can't get from text or a still image.

There's a specific thing animations do well: they make the order of steps impossible to misread. A student looking at a completed proof on paper has to reconstruct the sequence in their head. An animation removes that reconstruction entirely. They see step two come from step one because they watched it happen.

That's why the effect is strongest for procedural and transformational content: sorting algorithms, geometric constructions, calculus concepts, series convergence. Anything where the journey matters as much as the destination.

Concepts that benefit most from animation

Not every topic needs an animation. But some are almost impossible to teach well without one.

Geometric transformations

Rotations, reflections, and dilations make immediate visual sense in motion. On paper, students often confuse before and after.

Limits and derivatives

Showing a secant line approaching a tangent as the interval shrinks is something no static diagram can replicate.

Series and convergence

Partial sums accumulating toward a value, or a sequence oscillating and settling, are hard to feel from a formula.

Fourier decomposition

Watching sine waves combine into a square wave is one of the clearest moments of understanding in undergraduate math.

Sorting algorithms

Bubble sort, merge sort, quicksort: the difference between them only becomes clear when you see them run on the same data.

Geometric proofs

Rearranging shapes to prove area equivalence, or pivoting triangles to show angle relationships, lands in seconds.

How to make them without coding

The library behind most of this research is Manim, originally built by 3Blue1Brown. It produces precise, frame-accurate mathematical animations from Python code. The results are exactly what the studies used. The problem is that writing Manim by hand requires Python knowledge, environment setup, and hours of iteration.

Animo removes all of that. You describe what you want in plain language, and it generates the Manim code, renders it, and gives you an MP4.

A typical classroom animation

  1. 1Pick the concept you're teaching this week. For example: why the derivative of sin(x) is cos(x).
  2. 2Open Animo and describe the animation: "Show a sine wave. Draw the tangent line at a moving point. Plot the slope of that tangent line as the point moves."
  3. 3Animo generates and renders the animation. If something looks off, tell it what to change.
  4. 4Export as MP4. Drop it into your slides or play it directly in class.

One animation takes 20 to 40 minutes the first time. Once you have a few, you can reuse and adapt them year to year. The animations are yours to keep.

You don't need Python. You don't need to install anything. Animo ships with Manim, LaTeX, and ffmpeg bundled. Open the app and start describing.

Make your first animation this week

Pick the concept your students struggle with most. Describe it to Animo. See if a 30-second animation changes how they respond to it.