waitAnimation

suspend fun BehaviourContext.waitAnimation(    initRequest: Request<*>? = null,     errorFactory: NullableRequestBuilder<*> = { null }): Flow<AnimationContent>