---
title: startAnimating()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkimageanimatable/startanimating()
---

# startAnimating()

Begins animating the current sequence of images.

## Declaration

```swift
func startAnimating()
```

## Discussion

Discussion If the image data contains multiple images, calling this method begins animating through those images, starting at the first image. The animation uses the duration value specified in your storyboard file. If the current image contains only a single image, this method does nothing.

## See Also

### Animating an Image Sequence

- [startAnimatingWithImages(in:duration:repeatCount:)](watchkit/wkimageanimatable/startanimatingwithimages(in:duration:repeatcount:).md)
- [stopAnimating()](watchkit/wkimageanimatable/stopanimating().md)
