<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImageView/removeAllSymbolEffects(options:animated:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "s:So11NSImageViewC6AppKitE22removeAllSymbolEffects7options8animatedy7Symbols0G13EffectOptionsV_SbtF"
  },
  "title" : "removeAllSymbolEffects(options:animated:)"
}
-->

# removeAllSymbolEffects(options:animated:)

Removes all symbol effects from the image view, using the specified options and animation setting.

```
@MainActor @preconcurrency func removeAllSymbolEffects(options: SymbolEffectOptions = .default, animated: Bool = true)
```

## Parameters

`options`

The options to use when removing the symbol effects.

`animated`

A Boolean value that indicates whether to animate the removal of a scale, appear, or disappear effects.

---

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)