+ 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 ???
12 Answers
+ 5
Use this syntex in css
transform:rotate(360deg);
transform-origin(50%,50%);
+ 3
Code Crasher I didn't add vendor prefixer, it should work once added it.
+ 1
Code Crasher if possible update your webview.
+ 1
Thak for asking
I also wated to know
+ 1
Any someone help me ? I have little trouble please
0
Please share your code with us so that we can help modify it :))
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.