Quantcast
Viewing all articles
Browse latest Browse all 4827

Delay transition on a higher level

Hello, I am trying to improve something I build which lets you delay a route transition for a certain time. This can be useful if you want to show and animated loading ui before the actual transition start.

In the application route you can use the willTransition action to do something dodgy. To delay a transition can cancel it and execute a timer (I use ember-concurrency for added benefits) and once it finished you can retry the transition. There are a few complications but nothing to crazy to solve. The problem I have with this, is the approach, as there are a few side effects like the router-service events now been spammed with the aborted requests just to mention one issue.

So my question is, is there a nicer way to do such a thing? Should I temper with the router services transitionTo method (reopen)? Generally this is bad practice and I am not a big fan.

What I dont want to do is to wrap every ‘transitionTo’ call in a later call.

Cheers Thomas

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4827

Trending Articles