UNPKG
menu-animation-icon
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
Menu animation icons
aleksel.github.io/menu-animation-icon/
aleksel/menu-animation-icon
menu-animation-icon
/
src
/
components
/
HamburgerMenu
/
styles.styl
12 lines
(8 loc)
•
233 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
.HamburgerMenu
&_item_active
div
:nth-child
(
1
)
transform
:
rotate
(
45deg
)
translate
(
12px
,
12px
);
div
:nth-child
(
2
)
visibility
: hidden;
div
:nth-child
(
3
)
transform
:
rotate
(-
45deg
)
translate
(
15px
, -
16px
);