UNPKG
hover-animation
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
This is hover-animation React Component made by @meabhisingh
hover-animation
/
dist
/
lib
/
HoverAnimation2.css
11 lines
(10 loc)
•
167 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
@keyframes
HoverAnimationGlowOn {
to
{
transform
:
rotateZ
(
360deg
); } }
@keyframes
HoverAnimationGlowOff {
to
{
transform
:
rotateZ
(
0deg
); } }