pub fn use_transition(cx: Scope<'_>) -> &TransitionHandle<'_>
Expand description

Create a new TransitionHandle. This allows executing updates and awaiting until all async tasks are completed.