Finally changed to

This commit is contained in:
Grant Sanderson
2018-01-15 19:15:05 -08:00
parent 8f895f3bfc
commit 407d72bb94
91 changed files with 6314 additions and 6309 deletions

View File

@ -50,12 +50,12 @@ class RearrangeEquation(Scene):
self.add(*start_mobs)
if leave_start_terms:
self.add(Mobject(*start_mobs))
self.dither()
self.wait()
self.play(*[
Transform(*pair, **transform_kwargs)
for pair in mobject_pairs
])
self.dither()
self.wait()
def get_mobs_from_terms(self, start_terms, end_terms):