UNPKG

hover-animation

Version:

This is hover-animation React Component made by @meabhisingh

11 lines (10 loc) 167 B
@keyframes HoverAnimationGlowOn { to { transform: rotateZ(360deg); } } @keyframes HoverAnimationGlowOff { to { transform: rotateZ(0deg); } }