Time Remaining Lap Counter Always Shows

Posts: 72
This is a bit complicated so I'll try my best to explain:

I have three lap counters set up. One that only shows time remaining, one that only shows laps to go, and one that only shows laps completed and total laps. I then have a storyboard that will hide whichever lap counter is currently showing and show a label (i.e. "GREEN FLAG"). The problem comes when I'm trying to hide the time remaining lap counter - on the next update of the time (i.e. from "5:45" to "5:44"), the label will pop back up. For reference I have values of 250 on all the shows and hides that are involved.
Posts: 72
Update: happens with laps and laps to go too, the labels don't stay hidden.
Posts: 81
I've noticed similar issues. A fix for me is making a one frame animation that sets opacity to 0 to hide subwidgets and labels, and an opposite one frame animation to bring them back.