forward

suspend fun forward(time: TimeSpan = 0.seconds, transition: Transition = defaultTransition): Scene

Returns to the next pushed Scene with pushTo in time time, and with transition. This method waits until the transition has been completed, and returns the old Scene instance.