Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file How to totally remove all animation from menu elements

More
6 years 10 months ago #16942 by Patrycjusz
Hello i have specific customer ...

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.

Can u help please?

regards
Patrycjusz Tomaszek

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #16951 by Huyen Tran
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

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #16953 by Patrycjusz
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.

regards
Patrycjusz Tomaszek

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #16954 by Huyen Tran
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

Best Regards,
Huyen Tran

Please Log in or Create an account to join the conversation.

More
6 years 10 months ago #16955 by Patrycjusz
Hello,

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 ;-)

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.033 seconds
Powered by Kunena Forum