mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Account for new Fade behavior
This commit is contained in:
parent
bbfce0f5be
commit
b2f09dbdb1
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class TeacherStudentsScene(PiCreatureScene):
|
||||||
mobject.shift_onto_screen()
|
mobject.shift_onto_screen()
|
||||||
added_anims = added_anims or []
|
added_anims = added_anims or []
|
||||||
self.play(
|
self.play(
|
||||||
FadeIn(mobject, DOWN),
|
FadeIn(mobject, shift=UP),
|
||||||
self.teacher.change, target_mode,
|
self.teacher.change, target_mode,
|
||||||
*added_anims
|
*added_anims
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue