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

# dynamicAnimatorWillResume(_:)

Called when a dynamic animator is about to resume the animations for its behaviors’ associated dynamic items.

## Declaration

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

## Parameters

- `animator`: The dynamic animator that is about to resume animation.

## See Also

### Responding to animation pausing and resumption

- [dynamicAnimatorDidPause(_:)](uikit/uidynamicanimatordelegate/dynamicanimatordidpause(_:).md)
