I am wondering if any of you have implemented Router transition effect in Angular2?
I want to use mostly CSS.
So far I've got rid of states I didn't needed, and added some CSS tricks into my view, to trick user that there is a state change, but this approach will get me nowhere.
What I am looking for specifically, is overlapping animations: one state slides to the left, another slides from the right. I've seen this, but it is not helpful.
Looking for ideas,
thanks!