Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
11–20 of 40 posts
Hola
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#12Good job! Looks amazing!
It is a great way to call attention to content.
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#13I'm pretty forgiving about accessibility (I'm able to say this at all because I don't have to rely rigidly on accessibility tools) but nav menus feel like a baseline we shouldn't muck with. Tabbing doesn't seem to respond very well in the live example, and at least in the limited demo you can't expand the listing without using a mouse (I thought it would respond to a space with the :checked pseudo, but seems not).
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#14Very neat.
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#15You made me recalled we made something similar with growing circular on mobile menu the last decade. It was cool for our marketing event website.
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#16It looks cool, but to have to navigate from one side of the screen to the opposite one is quite suboptimal
You don't have to optimize the fun out of every single thing in life.
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#17Neat experiment, but this is not good design. Design is about solving problems. A menu is suppose to help you to quickly find and get to a specific section of your site. Why do I have to click on a thing to reveal the menu even though on my laptop there is enough space to show it all? And then I have to move my mouse all to the other side of the screen? Who is this for? Nothing wrong with experimenting with CSS, but…
Iventions site is clearly a showcase and uses maximalism, which is most definitely a design philosophy. Design may about solving problems, but the fact that you feel entitled to think that you know the problem that Iventions is trying to solve, and also that they are doing it wrong is very presumptuous.
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#18calc(1.42 * 100vmax)
is the same as
142vmax
Just saying :-)
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#19It looks cool, but to have to navigate from one side of the screen to the opposite one is quite suboptimal
On mobile, (my) thumbs are already at the locations where iventions places the toggle and the menu.
Re: Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
#20Is there a demo? The link points to a github repo, and github pages is not active