Page MenuHomeDevCentral

Add route transition animations
Open, Needs TriagePublic

Description

Page changes are instant with no visual transition. Add Vue's <Transition> component around <RouterView> in App.vue with a simple fade or slide animation using Tailwind classes (opacity-0 → opacity-100).