mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Beginning nn project
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user