---
title: "with"
description: ""
type: "function"
---

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


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Infix fun EnterTransition.with(ExitTransition) has been renamed to togetherWith

```kotlin
@ExperimentalAnimationApi
public infix fun EnterTransition.with(exit: ExitTransition): ContentTransform
```


