ANIMATING TEXT | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

ANIMATING TEXT

Haven’t learnt how to animate rectangles, in the tutorial, is there a way I could animate text, <!--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> Using the same code pattern as above, or otherwise a working prototype of a sample code

6th Feb 2018, 6:20 PM
James Abiola Bisiriu
James Abiola Bisiriu - avatar
1 Answer
0
6th Feb 2018, 8:28 PM
Toni Isotalo
Toni Isotalo - avatar