---
title: "combined(with:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/transition/combined(with:)"
---

# combined(with:)

## Declaration

```swift
@MainActor @preconcurrency func combined<T>(with other: T) -> some Transition where T : Transition

```

## See Also

### Using a transition

- [apply(content:phase:)](swiftui/transition/apply(content:phase:).md)
