I need to rotate a text at different angles at button click.
I need two button, one to move text clockwise and other to move text anticlockwise. Its very urgent. I have searched for this but din't figure out any help.
|
I need to rotate a text at different angles at button click. I need two button, one to move text clockwise and other to move text anticlockwise. Its very urgent. I have searched for this but din't figure out any help. |
||||
|
try this: html:
css ( tip: use transform-origin to control rotation anchor point, here used only for webkit )
jQuery on document ready:
check it out here: http://jsfiddle.net/SebastianPataneMasuelli/YZY8J/2/ update: each click increments 20degrees: http://jsfiddle.net/SebastianPataneMasuelli/YZY8J/5/ |
|||||||||||
|
|
I am giving the answer of my own question.I find out the exactly what I want just because of you guys.You all helped me alot. Thanks
|
|||
|
|
|
jQuery Animations that'll do just about anything you want |
|||
|
|
|
First, read an article on using CSS3 transforms to rotate text. Next:
|
|||||||||||
|
[php], since PHP cannot be used for this purpose. CSS, on the other hand, can. Using appropriate tags will get you better answers. – Yi Jiang Nov 17 '10 at 7:36