How to detect an animation start?

so there is animation.Stopped to detect an animation’s end, but is there an opposite of that? so basically something like animation.Started. ive tried using GetMarkerReachedSignal but apparently it doesnt work on 1 keyframe animations (idle) so i need an alternative.

I don’t believe so, unless you consider AnimationTrack.IsPlaying as that.