Function bevy::prelude::expire_completed_transitions

pub fn expire_completed_transitions(
    query: Query<'_, '_, (&mut AnimationTransitions, &mut AnimationPlayer)>
)
Expand description

A system that removed transitions that have completed from the AnimationTransitions object.