<!--
{
  "availability" : [
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKImageAnimatable",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(pl)WKImageAnimatable"
  },
  "title" : "WKImageAnimatable"
}
-->

# WKImageAnimatable

A collection of methods you can use to control the playback of animated images.

```
protocol WKImageAnimatable : NSObjectProtocol
```

## Overview

Existing classes adopt this protocol and you use the methods to control the animation of those images. Do not adopt this protocol in your own classes.

## Topics

### Animating an Image Sequence

[`startAnimating()`](/documentation/WatchKit/WKImageAnimatable/startAnimating())

Begins animating the current sequence of images.

[`startAnimatingWithImages(in:duration:repeatCount:)`](/documentation/WatchKit/WKImageAnimatable/startAnimatingWithImages(in:duration:repeatCount:))

Animates the specified images with the given duration and repeat information.

[`stopAnimating()`](/documentation/WatchKit/WKImageAnimatable/stopAnimating())

Stops any in-progress animations.



---

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)