i need to remove all animation on menu. I Manage to remove:
- hover
- click
- active
but the last one giving me headcache i cannot find where to remove animation from auto close list.
When u clicking on one menu that have submenus, that menu expand and when u click another one with submenu its also expand but previous menu collapse with animation. I cant find that animation code.
Dear Patry,
If you want to show the accordion menu as the image below:
prntscr.com/famdu1
You can add some code in file style.css below:
#jux_accord-menu div.menu_body{
display:block!important;
}
#jux_accord-menu p.havechild a,
#jux_accord-menu .menu_body .havesubchild a,
#jux_accord-menu p.havechild a:hover,
#jux_accord-menu p.havechild a span.menu-title:hover,
#jux_accord-menu .menu_body .havesubchild a span.menu-title:hover
{
background-image:none!important;
}
Hope it will help you
Hello, thank You but this is not answer to my question ;-/ i need to remove animation/transition effect from closing and expanding menu
I dont want to whole menu expand.
Hi Patry,
I'm sorry, How do you want to displays submenu of the menu when to click or hover?
You maybe take an example, I will understand your request.
Thank you
them problem is not in click or hover ( i set to click).
The problem is when u click or hover menu will animate/ have transition i need to remove this effect.
Like 6 years ago when animate/transition css wasnt exist.
Simple i need to remove whole transitions/animate from .js and .css
i use (transition: all 0s ease-out;) to remove animation on most classes - that solve 80% animation. But i cannot find where are implemented auto collapse menu buttons.
If u dont understand me i can manage slideshow for You