I'm using two separate views to handle TV shows: one for shows, and the other for seasons/episodes. This means using Container.Content to switch between them.
It works fine, but I'd rather the switch between them was more elegant. When you select a TV show, I want that view to fade out and the seasons/episodes view to fade in, and vice-versa. This works fine for the incoming view, which happily fades in when visible. The same can't be said for the outgoing one. though, which simply vanishes. It's as though the list content is destroyed before the controls have a chance to fade out.
Any ideas?
It works fine, but I'd rather the switch between them was more elegant. When you select a TV show, I want that view to fade out and the seasons/episodes view to fade in, and vice-versa. This works fine for the incoming view, which happily fades in when visible. The same can't be said for the outgoing one. though, which simply vanishes. It's as though the list content is destroyed before the controls have a chance to fade out.
Any ideas?