literalpie / angular-animate-toolkit

a toolkit of animation tricks for angular. Starting with the ability to smoothly animate a common component between multiple routes
1 stars 0 forks source link

use other route transitions #2

Open literalpie opened 6 years ago

literalpie commented 6 years ago

Ensure that the directive works well alongside other route animations. It's possible it will be a problem because the animation does not play until the component is initialized in the new route.

We also need to make sure the directive excludes itself from any route animations.

literalpie commented 6 years ago

This ended up being a problem for other reasons than I thought.