Rename get_full_submobject_family

This commit is contained in:
Grant Sanderson
2015-12-22 11:02:58 -08:00
parent 0acc694c54
commit 8405428682
5 changed files with 30 additions and 23 deletions

View File

@ -42,7 +42,7 @@ class Transform(Animation):
def update_mobject(self, alpha):
families = map(
Mobject.get_full_submobject_family,
Mobject.submobject_family,
[self.mobject, self.starting_mobject, self.ending_mobject]
)
for m, start, end in zip(*families):