can i rotate a circle clockwise or anti clock wise? like in games.....daily bonus awards gets by circle rotation and selection... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can i rotate a circle clockwise or anti clock wise? like in games.....daily bonus awards gets by circle rotation and selection...

13th Jun 2016, 4:13 PM
saurabh patel
saurabh patel - avatar
3 Answers
+ 1
you can add this property style="transform:rotate(90deg)" 90deg is degrees of rotation, plus value for rotate clockwise, and you can use minus value for rotate anti clockwise
14th Jun 2016, 3:21 AM
Komaruddin
Komaruddin - avatar
+ 1
learn jquery
15th Jun 2016, 4:48 AM
Matthew Hamby
Matthew Hamby - avatar
0
in fact if you decide to rotate a circle is very difficult to the user watch the effect. But as Komarudin mention in his previous comment, yes its possible
14th Jun 2016, 2:11 PM
Juan Fernando Pacheco
Juan Fernando Pacheco - avatar