<div class='type'>Function</div>


<a id='references'></a>


<h2 id="togetherwith-exit">togetherWith</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
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: