본문 바로가기

Programming/Manim Lectures

[06] Animation

반응형

Animation in Manim is implemented by changing the shape of the object for each frame of the video.

To change the shape of an object for each frame is to make the position/color of each object different. This can be done by moving objects (to_edge, etc.), color conversion methods (set_color, etc.) or Animation classes.

 

This chapter describes how to implement animation in Manim by dividing it into 3 parts.

 


 

Next: [06-1] Animation by Classes

 

[06-1] Animation by Classes

We have already made a video using the Animation class in the previous chapter. For example, Write/ShowCreation/FadeIn in self.play(Write(text)), self.play(ShowCreation(graph)) and self.play(FadeIn(..

infograph.tistory.com

Go To: [99] Table of Contents

반응형