VPenkov / okayNav

The world's okayest responsive navigation. This is (sort of) a legacy implementation. Please stay tuned to the 3.0 branch (https://github.com/VPenkov/okayNav/tree/v3.0)
4.02k stars 267 forks source link

Should the ellipsis dots be horizontal initially and open to vertical? #15

Closed josephfusco closed 8 years ago

josephfusco commented 8 years ago

Of course this might be opinionated, but can there be built in options for it if no? :smile:

VPenkov commented 8 years ago

Hm, I guess they could be. But the standard behaviour is to be vertical. It's like the three lines menu icon (which is called a hamburger menu), but this one has another catchy name - kebab menu icon.

I guess you could always edit the CSS file and swap the transition property for the icon states. No reason to do this via javascript.

josephfusco commented 8 years ago

True with editing the CSS, I was also looking at how Edge browser does it in the demo gif. :smile:

VPenkov commented 8 years ago

I'm closing this now because it's directly editable by swapping two CSS properties. Feel free to further address the issue if you feel it's necessary.