NonTransition

public struct NonTransition : ViewTransition

Transition, that should not be performed and asserts if asked to do so. Can be used for routes that do not clearly define a transition, for example instances of ChainableRoute, which may have multiple chainable transitions embedded.