Can anyone help me please I wanna rotate a sentence at the circumference of the circle using HTML, CSS, JavaScript | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 6

Can anyone help me please I wanna rotate a sentence at the circumference of the circle using HTML, CSS, JavaScript

I want to move text through its circumference with same radius can anyone know code for this ???

5th May 2020, 10:22 AM
Lss Laxman Singh
Lss Laxman Singh - avatar
9 Réponses
+ 5
Use this syntex in css transform:rotate(360deg); transform-origin(50%,50%);
5th May 2020, 10:36 AM
Ayush Kumar
Ayush Kumar - avatar
+ 3
Code Crasher I didn't add vendor prefixer, it should work once added it.
5th May 2020, 3:10 PM
Calviղ
Calviղ - avatar
+ 1
Code Crasher if possible update your webview.
5th May 2020, 3:17 PM
Calviղ
Calviղ - avatar
+ 1
Thak for asking I also wated to know
6th May 2020, 4:57 PM
Jhanak Shrestha
Jhanak Shrestha - avatar
+ 1
Any someone help me ? I have little trouble please
7th May 2020, 4:30 AM
My Rina
My Rina - avatar
0
Please share your code with us so that we can help modify it :))
5th May 2020, 10:45 AM
Arb Rahim Badsa
Arb Rahim Badsa - avatar
0
Lss Laxman Singh I'm not sure but guess you want something like Text Along a Circle https://developer.mozilla.org/en-US/docs/Web/SVG/Element/textPath . Note that in that case you've to use <path> Arcs for the circle not <circle> in SVG.
5th May 2020, 6:41 PM
Mahmud Nabil
Mahmud Nabil - avatar