Hello, on the 0.3.1 version, I am trying to figure out how to detect the end of the animation that hides the text, but I couldn't find an event nor a variable for that.
And I noticed that if I use the automatic system to launch an animation when new text is set, the hiding animation is skipped.
So for now, I've ended up manually creating a coroutine to wait 0.3s after launching the text hiding, and only then do I set a new text and others changes such as text color.
But maybe I've missed something, so my question is: what would be the right way to detect when the text has finished hiding?
Because different hiding animation have different duration, I would like to start the showing of the next text at the correct moment.
Hello, on the 0.3.1 version, I am trying to figure out how to detect the end of the animation that hides the text, but I couldn't find an event nor a variable for that.
And I noticed that if I use the automatic system to launch an animation when new text is set, the hiding animation is skipped.
So for now, I've ended up manually creating a coroutine to wait 0.3s after launching the text hiding, and only then do I set a new text and others changes such as text color.
But maybe I've missed something, so my question is: what would be the right way to detect when the text has finished hiding?
Because different hiding animation have different duration, I would like to start the showing of the next text at the correct moment.