JSFiddle - React, Tailwind, and code Playground
by qustosh
HTML
<div class='bm_plus'><img src='http://www.plasticjungle.com/blog/wp-content/uploads/2012/04/PlusSign.png'></div>
CSS
@-webkit-keyframes rot {
0% {
-webkit-transform:rotate(0deg)
}
100% {
-webkit-transform:rotate(360deg)
}
}
.bm_plus:hover{
-webkit-animation: rot 1s;
}
JavaScript
//@keyframes