Currently, the only solutions I have found for animating between routes is just fade out the current page onBeforeAction
and fade in the new page onAfterAction
. But this is just lame.
I want to try to execute some really sleek transitions like these.
I believe this requires having multiple pages rendered on the page at the same time, but that seems very resources intensive and doesn't even seem to use iron router at all.
Any ideas how I can implement this?