Animating text | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Animating text

I learnt how to animate rectangles, but how do I animate texts. For example, I wish the animate the following text “JESUS CHRIST IS LORD” how do I go about it?

6th Feb 2018, 5:26 PM
James Abiola Bisiriu
James Abiola Bisiriu - avatar
2 Antworten
+ 1
Cant seem to grasp it , taking a look at the following code, <!--PAGE ANIMATION CAN BE CREATED USING THE "ANIMATE" ELEMENT--> <rect width="150" height="150" fill="orange"> <animate attributeName="x" from="0" to="300" dur="3s" fill="freeze" repeatCount="2"/> </rect> Without using the <rect> tag, can I animate a text, or otherwise could you or would you get me a working prototype of the example given above
6th Feb 2018, 6:15 PM
James Abiola Bisiriu
James Abiola Bisiriu - avatar