Css Image Hover Zoom And Rotate

[Solved] Css Image Hover Zoom And Rotate | Whatever - Code Explorer | yomemimo.com
Question : css image hover zoom and rotate

Answered by : mitchaloha

img { transition: transform .7s ease-in-out;
}
img:hover { transform: rotate(360deg);
}

Source : https://stackoverflow.com/questions/23695090/spin-or-rotate-an-image-on-hover | Last Update : Fri, 29 Oct 21

Answers related to css image hover zoom and rotate

Code Explorer Popular Question For Whatever