End of Support for Joomla 3 - Forum closed			
        
	
	Navbar animation hangs
		
		Is it possible to have no animation in navbar, currently i can choose between (fade, slide up, slide down)
Menu items are in mouseover mode as long as the submen animation runs, that it's confusing for the user to se want menu item they have have mouseover on.
Please see attached image for detalis.
I think of 2 solutions, no animation or change the timer value of the fade animation, but where in the code do I do that?
Regards, René Dreier
	
	Menu items are in mouseover mode as long as the submen animation runs, that it's confusing for the user to se want menu item they have have mouseover on.
Please see attached image for detalis.
I think of 2 solutions, no animation or change the timer value of the fade animation, but where in the code do I do that?
Regards, René Dreier
			
			by kthiesen
			
		
			Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
		
		Add this code to your css/custom.css
			/* Dropdown Animation
========================================================================== */
.uk-open > .uk-dropdown-navbar {
-webkit-animation: uk-fade 0.1s ease-in-out;
animation: uk-fade 0.1s ease-in-out;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Please Log in or Create an account to join the conversation.
		
		Thanks for the quick answer.
The mouseover state still hangs, try to see the difference between menu items with and without submenus.
connectkoege.dk/da/
	
	The mouseover state still hangs, try to see the difference between menu items with and without submenus.
connectkoege.dk/da/
							Last Edit:6 years 3 months ago			
			by kthiesen
			
		
			
		Last edit: 6 years 3 months ago  by kthiesen.			
				Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
		
		Sorry I cant see any difference!	
			Dokumentation:
www.joomlaplates.de/dokumentation.html
		www.joomlaplates.de/dokumentation.html
			
			by joomlaplates
			
		
			Please Log in or Create an account to join the conversation.
		
		Try to move the mouse between menu items "VISIT KØGE" and "ARRANGEMENTER", then try to move your mouse between "YDELSER" and "ARRANGEMENTER", thne the menu item "YDELSER" stays in mouseover mode for app. 1 sec.	
	
	
			
			by kthiesen
			
		
			Please Log in or Create an account to join the conversation.
- joomlaplates
 - 
				
				
									
						
	Offline
					
				
											 - Moderator
 - 
				
			 - Posts: 8859
 - Thank you received: 1740
 
Please Log in or Create an account to join the conversation.
		Moderators: joomlaplates