It seems that fade effects (fade in or fade out) do not fully work on labels, at least not the way I have implemented the fading.
I have created MXML components containing labels that use embedded fonts configured through a style sheet. The fonts look fine, except that during a fade transition on the whole component, the labels maintain their visibility until the fade transition is fully done and then just simply disappear. The same font used in a TextArea component within the custom MXML component works as expected, so it has to be something related to labels controls. What would be the reason for that behavior and how can I get around it? Thanks, Jurgen

