If you're curious to see some code, check it out here: some code
My inquiry pertains to using Angular to blend a change in data triggered by a click with a fade in/fade out animation.
I've managed to implement content changes on click and animations on click separately, but integrating the two has been challenging.
Specifically, I aim for a click that switches a character to the next one in a list while simultaneously fading in and out as they swap, instead of an instant change.
Here is a plunk demonstrating both behaviors working independently. Take a look and if you have any suggestions on how to achieve the characters swapping with a fade in/fade out effect rather than an immediate switch, I would greatly appreciate it.