function14 = MathTex("4", "a", " - ", "2", "b", " + ", "1", "c", " = ", "0",
font_size=40).move_to([1.5,0,0])
I have this MathTex and i would like to change the color of the 1 item in the Text. It should be an animation where the color changes from white to red. currently it is only white but I dont know how to do color animation. I try to get somthing like this: self.play(MathTex[1].color=RED). Thank you for your time and answers
I also added 3 different ways on how it might be easier for you to write your equations than to put every single character into its own set of quotation marks - it also makes the equations more readable...
For more and better help come to the Discord server Where can I find more resources for learning Manim?