![]() |
VOOZH | about |
Rotating text 360 degrees on hover is a visual effect that makes text spin around its center point when the user hovers their cursor over it. To rotate text 360 degrees on hover using HTML and CSS, you can apply a CSS animation to the text element.
@keyframes, specifying the rotation from 0 degrees to 360 degrees in a smooth transition.Example: In this example, we will rotate a text 360 degrees on hover
Output: