Vue Transitions
In this episode of Drupal 8 and Vue.js tutorials I'm going to show you how you can make transitions between your components for better user experience.
Right now our single-page application looks ok. But we can make it better by providing user with some feedback when he/she clicks on something. As you probably noticed there is a slight delay when loading our data. So we want to give user feedback that something is actually loading and not make him look at the blank page.
This is where the vue transitions come in. You can set starting and ending points for your transitions and even make cool animations for better user experience.