Changed from animation.simple_animation import * to account for animation.compositions

This commit is contained in:
Grant Sanderson
2018-03-08 13:55:01 -08:00
parent 946bc92b7a
commit 4c3d1f5d61
75 changed files with 196 additions and 46 deletions

View File

@ -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, \