I am trying to do a FadeTransition between an ImageView and a MediaView showing a video (they are both in a StackPanel). I have no problem doing FadeTransitions between different ImageViews - however when I put a MediaView into the mix it doesn't work. The MediaView is invisible until the transition is done, and then it just pops up at full opacity.
I am running 2.1.0 Beta on Linux - does anyone know if this is a bug which will be fixed, or if this is just a feature I need to work around?