Don't call become at the end of Transform

This commit is contained in:
Grant Sanderson
2023-02-02 18:16:44 -08:00
parent 7f940fbee4
commit 009f9dd18b

View File

@ -74,8 +74,6 @@ class Transform(Animation):
def finish(self) -> None:
super().finish()
self.mobject.unlock_data()
if self.target_mobject is not None and self.rate_func(1) == 1:
self.mobject.become(self.target_mobject)
def create_target(self) -> Mobject:
# Has no meaningful effect here, but may be useful