The single requestAnimationFrame used to trigger the fade-in was unreliable - the browser could coalesce the hidden and visible states into one paint, so items appeared instantly instead of fading/flying in. Switched to a double-rAF, which reliably guarantees a paint of the hidden state first. Also moves the menu content and close button to the left side per feedback. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||