<!--
{
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/motion-effects",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Motion effects"
}
-->

# Motion effects

Add subtle motion to views to provide a 3D appearance.

## Topics

### View-based effects

[`UIMotionEffectGroup`](/documentation/UIKit/UIMotionEffectGroup)

A collection of motion effects that you want to apply to a view at the same time.

[`UIInterpolatingMotionEffect`](/documentation/UIKit/UIInterpolatingMotionEffect)

An object that maps the horizontal or vertical tilt of a device to values that you specify so that UIKit can apply those values to your views.

### Custom motion effects

[`UIMotionEffect`](/documentation/UIKit/UIMotionEffect)

An abstract superclass for defining motion-based modifiers for views.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)