Bug fix, call super().finish()

This commit is contained in:
Grant Sanderson 2021-01-13 00:35:57 -10:00
parent f61dfe7948
commit 5e09a80c5b

View file

@ -55,6 +55,7 @@ class Transform(Animation):
)
def finish(self):
super().finish()
self.mobject.unlock_data()
def create_target(self):