Quantcast
Channel: The Code of a Ninja
Viewing all articles
Browse latest Browse all 100

CSS3 Rotate Image On Hover

$
0
0
Have you seen our logo on the upper left corner? Try to hover on it, it will rotate 360 degrees. Looks cool? In this quick post, I'm going to show you how I did that using CSS3. CSS: #linkWrapRotator img { -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; } #linkWrapRotator

Viewing all articles
Browse latest Browse all 100

Trending Articles