<!--
{
  "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/NSSymbolAppearEffect",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Symbols"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSymbolAppearEffect"
  },
  "title" : "NSSymbolAppearEffect"
}
-->

# NSSymbolAppearEffect

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

```
@interface NSSymbolAppearEffect : NSSymbolEffect
```

## Overview

An appear transition causes a symbol to become visible 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

[`appearDownEffect`](/documentation/Symbols/NSSymbolAppearEffect/appearDownEffect)

An effect that makes the symbol scale down as it appears.

[`appearUpEffect`](/documentation/Symbols/NSSymbolAppearEffect/appearUpEffect)

An effect that makes the symbol scale up as it appears.

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

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

### Determining effect scope

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

An effect that makes each layer appear separately.

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

An effect that makes all layers appear 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)