+ 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
1 Réponse
0
Take a look of these great and awesome examples
https://codepen.io/tmrDevelops/pen/yyprGq
https://codepen.io/Zaku/pen/ALChE