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

Animation

<svg width="350" height="300"> <rect width="30" height="30" fill="red"> <animate attributeName="y" from="300" to="0" dur="20s" fill="freeze" repeatCount="20"/> </rect> <rect width="30" height="30" fill="green"> <animate attributeName="x" from="0" to="300" dur="20s" fill="freeze" repeatCount="20"/> </rect> </svg>

22nd Aug 2018, 1:45 PM
Abdeljebbar
Abdeljebbar - avatar
6 Answers
+ 7
please describe more about your query what you want to ask.
22nd Aug 2018, 1:54 PM
GAWEN STEASY
GAWEN STEASY - avatar
+ 3
Abdeljebbar animate is not a html tag i don't understad why you have used it animation are done using css3 or jqyery/javascript you should first see css3 animation attributes and how to make them & use
22nd Aug 2018, 3:58 PM
Amir Ahmad
Amir Ahmad - avatar
+ 3
How to algin an animation shape of a rectangle moving from 50px to 250px in y to the center or right side
23rd Aug 2018, 12:27 AM
Lesley Tulienge
Lesley Tulienge - avatar
+ 3
Lesley Tulienge there are many ways 1.normal css will work like position absolute right:0; 2. or use margin property margin: auto; 3. float:right||centre; 4.define position in animation keyframes right:0px;
23rd Aug 2018, 12:33 AM
Amir Ahmad
Amir Ahmad - avatar
+ 3
Thnks Amir Ahmad let me go down to work
23rd Aug 2018, 12:35 AM
Lesley Tulienge
Lesley Tulienge - avatar
+ 1
test
22nd Aug 2018, 1:46 PM
Abdeljebbar
Abdeljebbar - avatar