---
title: stopAnimating()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkimageanimatable/stopanimating()
---

# stopAnimating()

Stops any in-progress animations.

## Declaration

```swift
func stopAnimating()
```

## Discussion

Discussion If no animation is in progress, this method does nothing.

## See Also

### Animating an Image Sequence

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