---
title: WKImageAnimatable
framework: watchkit
role: symbol
role_heading: Protocol
path: watchkit/wkimageanimatable
---

# WKImageAnimatable

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

## Declaration

```swift
protocol WKImageAnimatable : NSObjectProtocol
```

## Overview

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()](watchkit/wkimageanimatable/startanimating().md)
- [startAnimatingWithImages(in:duration:repeatCount:)](watchkit/wkimageanimatable/startanimatingwithimages(in:duration:repeatcount:).md)
- [stopAnimating()](watchkit/wkimageanimatable/stopanimating().md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Conforming Types

- [WKInterfaceGroup](watchkit/wkinterfacegroup.md)
- [WKInterfaceImage](watchkit/wkinterfaceimage.md)

## See Also

### Images and movies

- [WKInterfaceImage](watchkit/wkinterfaceimage.md)
- [WKImage](watchkit/wkimage.md)
- [WKInterfaceMovie](watchkit/wkinterfacemovie.md)
- [WKInterfaceInlineMovie](watchkit/wkinterfaceinlinemovie.md)
- [WKInterfaceHMCamera](watchkit/wkinterfacehmcamera.md)
- [WKVideoGravity](watchkit/wkvideogravity.md)
