pub fn advance_transitions(
query: Query<'_, '_, (&mut AnimationTransitions, &mut AnimationPlayer)>,
time: Res<'_, Time>,
)Expand description
A system that alters the weight of currently-playing transitions based on the current time and decline amount.