<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Symbols",
  "identifier" : "/documentation/Symbols/NSSymbolDisappearEffect",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Symbols"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSymbolDisappearEffect"
  },
  "title" : "NSSymbolDisappearEffect"
}
-->

# NSSymbolDisappearEffect

A type that makes the layers of a symbol-based image disappear separately or as a whole.

```
@interface NSSymbolDisappearEffect : NSSymbolEffect
```

## Overview

A disappear transition causes a symbol to become invisible using a scaling animation. You can choose to scale the image up or down and to animate the symbol by individual layers or as a whole.

## Topics

### Accessing symbol effects

[`disappearDownEffect`](/documentation/Symbols/NSSymbolDisappearEffect/disappearDownEffect)

An effect that scales the symbol down as it disappears.

[`disappearUpEffect`](/documentation/Symbols/NSSymbolDisappearEffect/disappearUpEffect)

An effect that scales the symbol up as it disappears.

[`effect`](/documentation/Symbols/NSSymbolDisappearEffect/effect)

An animation that makes the layers of a symbol-based image disappear separately or as a whole.

### Determining effect scope

[`effectWithByLayer`](/documentation/Symbols/NSSymbolDisappearEffect/effectWithByLayer)

An effect that makes each layer disappear separately.

[`effectWithWholeSymbol`](/documentation/Symbols/NSSymbolDisappearEffect/effectWithWholeSymbol)

An effect that makes all layers disappear simultaneously.



---

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)