Home › Forums › CSS › transition on a menu › Reply To: transition on a menu
February 28, 2014 at 11:58 am
#164387
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.