---
title: "dynamicAnimatorDidPause(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uidynamicanimatordelegate/dynamicanimatordidpause(_:)"
---

# dynamicAnimatorDidPause(_:)

Called when a dynamic animator pauses the animations for its behaviors’ associated dynamic items.

## Declaration

```swift
optional func dynamicAnimatorDidPause(_ animator: UIDynamicAnimator)
```

## Parameters

- `animator`: The dynamic animator that paused its animation.

## See Also

### Responding to animation pausing and resumption

- [dynamicAnimatorWillResume(_:)](uikit/uidynamicanimatordelegate/dynamicanimatorwillresume(_:).md)
