Hi,
I was trying to make a navigation bar for my app that used a timer to animate a show and hide animation when a button is pressed.
I put it all together and it worked fine on a screen. However, when I transferred it to a component, It wouldn't work.
I am triggering the timer using the start property with a global variable that is tied to another button. When you press the button the timer starts, but has issues. The OnTimerEnd function seems to be bugged. Setting a variable in it only changes it for a split second and then it seems to switch back. Also, sometimes the timer will randomly skip back to a random value and stop there, in a component or not.
Are these issues known, and is there a fix for it?
Thanks