---
title: DrawOffSymbolEffect
framework: symbols
role: symbol
role_heading: Structure
path: symbols/drawoffsymboleffect
---

# DrawOffSymbolEffect

A symbol effect that applies the DrawOff animation to symbol images.

## Declaration

```swift
struct DrawOffSymbolEffect
```

## Overview

Overview The DrawOff animation makes the symbol hidden either as a whole, or one motion group at a time, animating parts of the symbol with draw data.

## Topics

### Instance Properties

- [byLayer](symbols/drawoffsymboleffect/bylayer.md)
- [configuration](symbols/drawoffsymboleffect/configuration.md)
- [individually](symbols/drawoffsymboleffect/individually.md)
- [nonReversed](symbols/drawoffsymboleffect/nonreversed.md)
- [reversed](symbols/drawoffsymboleffect/reversed.md)
- [wholeSymbol](symbols/drawoffsymboleffect/wholesymbol.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [IndefiniteSymbolEffect](symbols/indefinitesymboleffect.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SymbolEffect](symbols/symboleffect.md)
- [TransitionSymbolEffect](symbols/transitionsymboleffect.md)
