I have a segment dat with some segments, one starting at 0 and the others start later on. The timer is set to be a parallel timer.
Whenever I run the goTo(seconds = x) command, the onSegmentEnter callback is fired, whether or not the segment has actually started. The callback is actually being fired for all future segments…