remove_on_complete


Description:

public bool remove_on_complete { get; set; }

Whether the Transition should be automatically detached from the animatable instance whenever the stopped signal is emitted.

The remove_on_complete property takes into account the value of the repeat_count property, and it only detaches the transition if the transition is not repeating.