2dtransform
here is the relevant code
#cat{
transition: transform 0.5s;
}
#cat:hover{
transform: rotate(45deg);
}