Beginning nn project

This commit is contained in:
Grant Sanderson
2017-09-26 17:41:45 -07:00
parent bb958b68d7
commit 9958a73059
19 changed files with 2560 additions and 74 deletions

View File

@ -100,7 +100,7 @@ class Swap(CyclicReplace):
class GrowFromPoint(Transform):
def __init__(self, mobject, point, **kwargs):
target = mobject.copy()
target = mobject.deepcopy()
point_mob = Point(point)
mobject.replace(point_mob)
mobject.highlight(point_mob.get_color())