-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Description of bug / unexpected behavior
When try to practice prepare_animation(FadeIn(s)) function, got NameError
Expected behavior
Should display: FadeIn(Square)
How to reproduce the issue
My test code is here https://github.com/yasenstar/python/blob/master/Manim/4_Reference_Manual/4.1_Animation/4.1.1_animation/4.1.1.0_override_animation/PrepareAnimationExample.py
error message is also in the code
from manim import Square, FadeIn
s = Square()
print(s)
prepare_animation(FadeIn(s))
Thanks, Xiaoqi
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
🆕 New