I have recently bought the JUX Mega menu and would like to implement a simple slide down / up animation style for dropdown menus.
There are limited animation choices for the drop down menu and most of them are a bit too silly really to use on a website. The simplest animation style is FadeInDown but I don't like the way the dropdown animates in front of the main menu bar. I would really like to have just a simple dropdown that slides down and back up again. Nothing fancy - just simple.
FadeInDown appears in front of main menu
Can you please tell me how this can be done so I can see the animation option in the back end.
Kind regards,
Neil.
Last edit: 9 years 4 months ago by Neil Forrester. Reason: To add file
Hi Neilforrester,
Thanks for contacting us and choosing our product!,
If you do not want to use animation effects,
Please modules / mod_jux_megamenu / tmpl / default.php
delete line 45, 46.47
-moz-animation: <? php echo $ navigation_animation?> <? php echo $ animation_duration?> ms ease-in;
-webkit-animation: <? php echo $ navigation_animation?> <? php echo $ animation_duration?> ms ease-in;
animation: <? php echo $ navigation_animation?> <? php echo $ animation_duration?> ms ease-in;
Hope this help!