---
title: EmptyAnimatableData
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/emptyanimatabledata
---

# EmptyAnimatableData

An empty type for animatable data.

## Declaration

```swift
@frozen struct EmptyAnimatableData
```

## Overview

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()](swiftui/emptyanimatabledata/init().md)

### Manipulating the data

- [magnitudeSquared](swiftui/emptyanimatabledata/magnitudesquared.md)

## Relationships

### Conforms To

- [AdditiveArithmetic](swift/additivearithmetic.md)
- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VectorArithmetic](swiftui/vectorarithmetic.md)

## See Also

### Making data animatable

- [Animatable](swiftui/animatable.md)
- [AnimatableValues](swiftui/animatablevalues.md)
- [AnimatablePair](swiftui/animatablepair.md)
- [VectorArithmetic](swiftui/vectorarithmetic.md)
