Hi, I’ve got a /posts
route listing post
models. When ‘next post’ is clicked Ember replaces the the current post with the next one in the same wrapper.
This way it is not possible to do simultaneous animations. I’d like to fade the current post out while the next post is fading in and for this I need two different elements.
How is this achived in Ember.js?