I am trying to delay the appearance of mobile nav items (ideally without using JS to delay their appearance) until the nav overlay fully expands (0.4s).
There are two states: 1. non-overlay state: The top nav has a hamburger menu on the left and my name on the right. The 4 nav links are hidden. 2. overlay state: The hamburger menu turns to an x, the top nav transitions to cover the full page, and 4 nav links appear centralized …