Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS transition on a menu Reply To: transition on a menu

#164387
Atelierbram
Participant

You want the menu to fold out slower, then maybe look into accordions, but most of them are done with some added javascript, but there are some pretty lightweight ones out there.

I know My first fork of your Codepen won’t help that much, for what I did here is change the display declaration to a opacity on hover.

In this second attempt I tried some transform: translateY(), with some overflow issues.