I'm trying to apply a transition effect (animation) to images. I have a grid control and an image control which is binded to the currently selected row on the grid.
How can I apply a fade-in fade-out effect to images so that when a new row on the grid is selected the previous image fades out and at the same time the new image fades in?