Skip to main content

Documentation Index

Fetch the complete documentation index at: https://manimvtk.mathify.dev/llms.txt

Use this file to discover all available pages before exploring further.

Animation Categories

Creation

Create, Write, FadeIn, GrowFromCenter

Transform

Transform, ReplacementTransform, MoveToTarget

Movement

Shift, Rotate, Scale

Indication

Indicate, Flash, Wiggle, Circumscribe

Playing Animations

self.play(AnimationClass(mobject, **kwargs))
Common parameters:
  • run_time (float): Duration in seconds
  • rate_func (function): Timing function
  • lag_ratio (float): For grouped animations

The .animate Syntax

self.play(mobject.animate.method())
Example:
self.play(circle.animate.shift(RIGHT).scale(2).set_color(RED))

See Also

Animations Guide

Conceptual guide

Examples

Animation examples