<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Symbols",
  "identifier" : "/documentation/Symbols/DisappearSymbolEffect",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Symbols"
    ],
    "preciseIdentifier" : "s:7Symbols21DisappearSymbolEffectV"
  },
  "title" : "DisappearSymbolEffect"
}
-->

# DisappearSymbolEffect

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

```
struct DisappearSymbolEffect
```

## 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

[`var down: DisappearSymbolEffect`](/documentation/Symbols/DisappearSymbolEffect/down)

An effect that scales the symbol down as it disappears.

[`var up: DisappearSymbolEffect`](/documentation/Symbols/DisappearSymbolEffect/up)

An effect that scales the symbol up as it disappears.

### Determining effect scope

[`var byLayer: DisappearSymbolEffect`](/documentation/Symbols/DisappearSymbolEffect/byLayer)

An effect that makes each layer disappear separately.

[`var wholeSymbol: DisappearSymbolEffect`](/documentation/Symbols/DisappearSymbolEffect/wholeSymbol)

An effect that makes all layers disappear simultaneously.

### Accessing the configuration

[`var configuration: SymbolEffectConfiguration`](/documentation/Symbols/DisappearSymbolEffect/configuration)

The configuration for the effect.

## Relationships

### Conforms To

[`Escapable`](/documentation/Swift/Escapable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`TransitionSymbolEffect`](/documentation/Symbols/TransitionSymbolEffect)

[`SymbolEffect`](/documentation/Symbols/SymbolEffect)

[`Sendable`](/documentation/Swift/Sendable)

[`IndefiniteSymbolEffect`](/documentation/Symbols/IndefiniteSymbolEffect)

[`Copyable`](/documentation/Swift/Copyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

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)