Function

togetherWith

This creates a ContentTransform using the provided EnterTransition and exit, where the enter and exit transition will be running simultaneously.

togetherWith

Source set: Common
public infix fun EnterTransition.togetherWith(exit: ExitTransition): ContentTransform

This creates a ContentTransform using the provided EnterTransition and exit, where the enter and exit transition will be running simultaneously. For example:

Last updated: