mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Changed from animation.simple_animation import * to account for animation.compositions
This commit is contained in:
@ -6,7 +6,8 @@ from mobject.svg_mobject import SVGMobject
|
||||
from mobject.tex_mobject import TextMobject, TexMobject, Brace
|
||||
|
||||
from animation import Animation
|
||||
from animation.simple_animations import Rotating, LaggedStart, AnimationGroup
|
||||
from animation.simple_animations import Rotating
|
||||
from animation.compositions import LaggedStart, AnimationGroup
|
||||
from animation.transform import ApplyMethod, FadeIn, GrowFromCenter
|
||||
|
||||
from topics.geometry import Circle, Line, Rectangle, Square, \
|
||||
|
Reference in New Issue
Block a user