1a5ba16121
Changes to make the menu animation clearly visible: - Added opacity transition (0 → 1) with 0.3s ease - Changed max-height to fixed 800px for consistent timing - Used cubic-bezier(0.4, 0, 0.2, 1) easing for natural feel - Increased transition duration to 0.5s - Combined max-height and opacity creates smooth expand + fade effect The menu now smoothly grows from top-to-bottom with a visible fade-in, making the animation much more apparent when hovering the hamburger button.