---
title: "removeMotionEffect(_:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiview/removemotioneffect(_:)"
---

# removeMotionEffect(_:)

Stops applying a motion effect to the view.

## Declaration

```swift
func removeMotionEffect(_ effect: UIMotionEffect)
```

## Parameters

- `effect`: The motion effect.

## Discussion

Discussion Any affected presentation values animate to their post-removal values using the present UIView animation context.

## See Also

### Using motion effects

- [addMotionEffect(_:)](uikit/uiview/addmotioneffect(_:).md)
- [motionEffects](uikit/uiview/motioneffects.md)
