Ember.js Router: How to animate state transitions

david8401 picture david8401 · Jan 25, 2013 · Viewed 10.9k times · Source

Has somebody found a good way to animate state transitions?

The router immediately removes the view from the DOM. The problem with that is that I can't defer that until the end of the animation. Note: I'm using v1.0.0-pre.4.

Answer

camdub picture camdub · Apr 10, 2013

Billy's Billing just released an Ember module that supports animated transitions.