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

rotate svg

How can I rotate SL Icon after 12 seconds? Effect like loader would be nice https://code.sololearn.com/Wvi40hZy1Ki2/?ref=app

20th Sep 2020, 10:52 AM
Oma Falk
Oma Falk - avatar
4 Answers
20th Sep 2020, 10:58 AM
Rohit Kh
Rohit Kh - avatar
+ 4
RKK yeah JOY is great. I must find the rotation point.
20th Sep 2020, 3:41 PM
Oma Falk
Oma Falk - avatar
20th Sep 2020, 10:59 AM
The future is now thanks to science
The future is now thanks to science - avatar
+ 1
Wrap the <g id='s' > with another group like this <g id='spin' > <g id='s' > your paths </g> </g> Then in the css apply this #spin{ position:relative; transform-origin: center; transform-box: fill-box; animation: spin 5s 12s ease 3; }
21st Sep 2020, 2:37 AM
Ruba Kh
Ruba Kh - avatar