Is it possible to animate a label so that when the text property is changed the current text fades out and the new text fades in?
If not (which I'm expecting), would a sensible solution be to have a second label in the same position and then animate both labels' opacity accordingly to emulate a crossfade transition?