Issue with fading RichText

Hello!

I’m having an issue with my notification labels. Basically, once the notification “expires”, I want it to fade out, and then get destroyed after it is no longer visible. It’s RichText, so I’m making it rapidly reduce the transparency attribute of the stroke and font HTML tags. I tried tweening TextTransparency, but only the text went, not the outline. So, I made it rapidly reduce the outline, but then they were offset to each other where the outline finished before the text. So, I moved both to this system, and they are still offset to each other.

Order of how it is closed right now:

  • Stroke transparency is set to 1
  • Text transparency is set to 1
  • GUI Object is destroyed

Basically, I don’t know what’s wrong with it now, any help is appreciated.

--code was here but i dont want the source leaked

Never mind, I fixed it by removing the border first and then using the tween.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.