Hacker News new | ask | show | jobs
by nargella 2230 days ago
I am very impressed with the hidden gems of stripe's landing page. Here's[1] a post I wrote that analyzed the drop down animation they use. I've never seen it anywhere else.

[1]https://dev.to/kyleparisi/making-web-animations-9ng

2 comments

in the early aughts I remember "mega" menu's were all the rage. Most have been abandoned because they were too hard to make responsive. Cool to see stripe went for it utilizing some pretty interesting CSS properties. It's cool they were able to keep it responsive down to 670px.

I also liked your analysis of how the perspective property worked in this case.

I also love the transition between different menu items, especially using the keyboard tab navigation.