angularjs-animation

Two different animations for route changes

流过昼夜 提交于 2019-11-29 00:11:21
问题 I have the following case: I'm using the ui-router for the routing in my AngularJS application. In one route, there are five child states for different subscreens. I want to animate the transition between these in a carousel-like manner. The navigation looks like this: Link to A | Link to B | Link to C | Link to D | Link to E Navigating from state A to state B should make screen A slide out to the left and screen B slide in from the right; vice versa for navigating from state B to state A .