---
title: motionEffects
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiview/motioneffects
---

# motionEffects

The array of motion effects for the view.

## Declaration

```swift
var motionEffects: [UIMotionEffect] { get set }
```

## See Also

### Using motion effects

- [addMotionEffect(_:)](uikit/uiview/addmotioneffect(_:).md)
- [removeMotionEffect(_:)](uikit/uiview/removemotioneffect(_:).md)
