Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children>.sub-menu {
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- -ms-transition: all 2s ease;
- transition: all 2s ease;
- }
- .uael-nav-menu__layout-horizontal .uael-nav-menu .menu-item-has-children:hover>.sub-menu {
- transition: 1s ease-in-out;
- transform: rotate(1080deg);
- }
Advertisement
Add Comment
Please, Sign In to add comment