An explanation about Routing in Ember

Hello,

I’m looking to have a better explannation on how to configure a default routing configuration, which will overide Default. What i plan to do is to add a transition effect when a route is activate.

I’m a bit lost on the explanation on what i need to modify in this default route and what method ar activate and on what order.

Thanks

You might give liquid-fire a look. They offer support for animations during route transitions.

Thanks for your answer, if possible I wish not use a pluggin for this kind of effect.

Ember’s ecosystem has evolved into what I would call a “micro addon ecosystem”. You’ll find that many of the things you need to do will require, and be made easier by, an addon.

But if this is something you want to do yourself, you can at least look at liquid fire’s source to get an idea of how that might be possible.