Smooth slide effect Horizontal menu


Author Message
Ean32

Posted: 11/25/2013
Quote message 

The Artisteer vertical menu has a nice smooth slide down effect for the submenu.
Is there a way of getting something similar in the Artisteer horizontal menu?

Artisteer 4.2 for Windows (4.2.0.60623)
Joomla 3.2.0
 
Elvira
Artisteer Team

Posted: 11/27/2013
Quote message 

Unfortunately, there are no similar options for horizontal menu, but I've added this suggestion to our wish list.

Thanks!
 
Ean32

Posted: 11/27/2013
Quote message 

Thanks Elvira,
anyone knows how-to in css?
:-( jrgweb ;-)
 
jrgweb

Posted: 11/27/2013
Quote message 

@Ean32 - Not sure what you are looking for but you can take a look here:

http://demo.artisteertoday.com/ean32/

In the CSS file I've inserted the code.
/* Menu Animation */
ul.art-hmenu ul {
transition:all .4s linear;
-moz-transition:all .4s linear;
-webkit-transition:all .4s linear;
-o-transition:all .4s linear;
top:19px;
}

You can change the css to your liking.
Another one I did a while back:
http://demo.artisteertoday.com/menu_ani/

resource: http://www.w3schools.com/css/css3_transitions.asp

 
jrgweb

Posted: 11/27/2013
Quote message 

@Ean32 - Same template but starts at the bottom and works it's way up.
Only changed top: in the css.

http://demo.artisteertoday.com/ean32_a/

Anyway, this should give you an idea!!
 
Ean32

Posted: 11/28/2013
Quote message 

:-) @jrgweb, thanks for these examples. 8-)
 
eliza

Posted: 8/13/2015
Quote message 

Quote Ean32:

The Artisteer vertical menu has a nice smooth slide down effect for the submenu.
Is there a way of getting something similar in the Artisteer horizontal menu?

Artisteer 4.2 for Windows (4.2.0.60623)
Joomla 3.2.0


Where is the setting for the horizontal navbar to have a "slide down" effect?
I couldn't make mine to slide down smoothly.