<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/EmptyAnimatableData",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI19EmptyAnimatableDataV"
  },
  "title" : "EmptyAnimatableData"
}
-->

# EmptyAnimatableData

An empty type for animatable data.

```
@frozen struct EmptyAnimatableData
```

## Overview

This type is suitable for use as the `animatableData` property of
types that do not have any animatable properties.

## Topics

### Creating the data

[`init()`](/documentation/SwiftUI/EmptyAnimatableData/init())

### Manipulating the data

[`magnitudeSquared`](/documentation/SwiftUI/EmptyAnimatableData/magnitudeSquared)

The dot-product of this animatable data instance with itself.

## Relationships

### Conforms To

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

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

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

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

[`VectorArithmetic`](/documentation/SwiftUI/VectorArithmetic)

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

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

---

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)