a {
transition: transform 200ms, color 200ms;
transform: rotate(10deg);
}
div {
transition-property: filter;
animation-name: rotating;