I'm having a strange issue with fading in a text sprite where it does not fully fade in. The following is the code im using to fade in the text sprite:
this.losNumerosTextSprite.fadeIn(0.25);
This works just fine on Chrome/Firefox in Linux, but not on Windows, iPad or Adroid. The fade works correctly when applied to an image sprite, but not my text sprite and only seems to be an issue with Windows, iOS and Android.
I've been playing around with this for hours and just can't figure out why it won't work properly with text sprites. Any ideas?