Learn how to get the most out of Cursor AI — one of the hottest tools in AI-assisted coding, with practical workflows and underrated features.
Learn about OpenAI vs open source LLMs for frontend devs, with an integration guide, costs, performance comparison, and implementation tips.
Compare fine-tuning vs. RAG to design faster, smarter, and more responsive AI-powered frontend experiences.
Navigation menu errors are common, even for seasoned developers. Learn seven common navigation menu errors and how to solve them using CSS.
3 Replies to "Creating transitions in your Vue app with Vue Router"
Thanks for this Emmanuel.
Is this for vue 3?
To get rid of the jerk when the two pages are transitioning I think you need to add mode=”out-in” on the transition element.