Languages
[Edit]
EN

CSS - rotate image on hover

0 points
Created by:
Walter
586

In this article, we would like to show you how to rotate image on hover event using CSS.

Quick solution:

The :hover CSS pseudo-class is triggered when the user hovers over an element with the cursor, changing the element style to the one specified within curly brackets.

 

Practical example

Edit

In this example, we rotate the img element with the following steps:

  1. in img style, we specify the image style at the beginning and use the transition property to smoothly rotate the img over 2 seconds,
  2. we use img:hover pseudo-class with transform property inside that actually rotates the img element on the hover event.

References

Edit

Alternative titles

  1. CSS - rotate img on hover
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join