H
H
hax0r :32015-02-11 22:09:44
css
hax0r :3, 2015-02-11 22:09:44

Animating a CSS3 menu?

Hello guys! on this site get-element.3dn.ru there is a top menu, when you hover over it, a white menu pops up, with a smooth transition, guys, if it's not difficult, make an easy example of this menu so that it also floats smoothly! thank! =))) I know how to make a menu, but how to make it so that with hover, the block appears so smoothly! no matter how much I did, I couldn't!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Korablev, 2015-02-11
@metr0

See my sources . Animation can be taken from animate.css .

ul.menu2{
  transition: all 0.5s linear;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question