---
title: removeAllAnimations()
framework: scenekit
role: symbol
role_heading: Instance Method
path: scenekit/scnanimatable/removeallanimations()
---

# removeAllAnimations()

Removes all the animations currently attached to the object.

## Declaration

```swift
func removeAllAnimations()
```

## See Also

### Managing Animations

- [addAnimation(_:forKey:)](scenekit/scnanimatable/addanimation(_:forkey:).md)
- [animation(forKey:)](scenekit/scnanimatable/animation(forkey:).md)
- [animationKeys](scenekit/scnanimatable/animationkeys.md)
- [removeAnimation(forKey:)](scenekit/scnanimatable/removeanimation(forkey:).md)
- [removeAnimation(forKey:fadeOutDuration:)](scenekit/scnanimatable/removeanimation(forkey:fadeoutduration:).md)
