No animation when switching from a tabbed view to a non-tabbed view

I cannot seem to get the page transition animation working when going from a view that has tabs to a completely different view.

Codepen: http://codepen.io/anon/pen/pjxZYR

If you click the “Test Link” there will be no animation to the next page.

I’m wondering, is this intended, a bug or am I doing something completely wrong?

Any help would be greatly appreciated.

It is intended. by default swap, entry and exit do not have any transitions. You can override it of course.

@siddhartha How would I go about overriding this?