combined(with:)
Combines this transition with another, returning a new transition that is the result of both transitions being applied.
Declaration
func combined(with other: AnyTransition) -> AnyTransitionCombines this transition with another, returning a new transition that is the result of both transitions being applied.
func combined(with other: AnyTransition) -> AnyTransition