Angular The main Angular modules for animations are @angular/animations and @angular/platform-browser. These dependencies are automatically added to your project. https://angular.io/guide/animations
React The main React module for animations is the react-transition-group and it’s available as an npm package. npm i react-transition-group http://reactcommunity.org/react-transition-group/transition/
How It Works vue-router give us a dynamic component called router-view that represents the current active component page. Wrap it in a transition and start playing!