Open
Description
Here is the code:
class Test(ThreeDScene):
def construct(self):
axes = ThreeDAxes()
self.set_camera_orientation(phi = 75 * DEGREES, theta = 45 * DEGREES)
self.play(Create(axes))
eq1 = MathTex(r'x')
eq1.to_corner(UL)
self.add_fixed_in_frame_mobjects(eq1)
self.play(Create(eq1))
eq2 = MathTex(r'x^2')
eq2.to_corner(UL)
self.play(Transform(eq1, eq2))
In my computer, the animation it produced does not transformed formula
Test.mp4
Metadata
Metadata
Assignees
Type
Projects
Status
🆕 New