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

# combined(with:)

Combines this transition with another, returning a new transition that is the result of both transitions being applied.

## Declaration

```swift
func combined(with other: AnyTransition) -> AnyTransition
```

## See Also

### Combining and configuring transitions

- [animation(_:)](swiftui/anytransition/animation(_:).md)
- [asymmetric(insertion:removal:)](swiftui/anytransition/asymmetric(insertion:removal:).md)
