---
title: removeAllAnimations()
framework: quartzcore
role: symbol
role_heading: Instance Method
path: quartzcore/calayer/removeallanimations()
---

# removeAllAnimations()

Remove all animations attached to the layer.

## Declaration

```swift
func removeAllAnimations()
```

## See Also

### Layer animations

- [add(_:forKey:)](quartzcore/calayer/add(_:forkey:).md)
- [animation(forKey:)](quartzcore/calayer/animation(forkey:).md)
- [removeAnimation(forKey:)](quartzcore/calayer/removeanimation(forkey:).md)
- [animationKeys()](quartzcore/calayer/animationkeys().md)
