<!--
{
  "availability" : [
    "iOS: 13.4.0 -",
    "iPadOS: 13.4.0 -",
    "macCatalyst: 13.4.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIPointerInteractionAnimating",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIPointerInteractionAnimating"
  },
  "title" : "UIPointerInteractionAnimating"
}
-->

# UIPointerInteractionAnimating

An interface for modifying an interaction animation in coordination with the pointer effect animations.

```
@MainActor protocol UIPointerInteractionAnimating : NSObjectProtocol
```

## Topics

### Managing animations

[`func addAnimations(() -> Void)`](/documentation/UIKit/UIPointerInteractionAnimating/addAnimations(_:))

Adds the specified animation block to the animator.

[`func addCompletion((Bool) -> Void)`](/documentation/UIKit/UIPointerInteractionAnimating/addCompletion(_:))

Adds the specified completion block to the animator.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)