with
Source set: Common
@Deprecated(
"Infix fun EnterTransition.with(ExitTransition) has been renamed to togetherWith",
ReplaceWith("togetherWith(exit)"),
level = DeprecationLevel.HIDDEN,
)
public infix fun EnterTransition.with(exit: ExitTransition): ContentTransform