---
title: fileAnimationImageKey
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/progressuserinfokey/fileanimationimagekey
---

# fileAnimationImageKey

A key with a corresponding value that is an image, typically an icon to represent the file.

## Declaration

```swift
static let fileAnimationImageKey: ProgressUserInfoKey
```

## Discussion

Discussion This entry is optional, but if present, along with a value for fileAnimationImageOriginalRectKey, the Dock may show an animation. When the Dock has an item for the folder that contains the relevant file (such as the Downloads folder), the Dock uses this key to show an animation of the file flying into the Dock.

## See Also

### Using File Operation Keys

- [fileAnimationImageOriginalRectKey](foundation/progressuserinfokey/fileanimationimageoriginalrectkey.md)
- [fileCompletedCountKey](foundation/progressuserinfokey/filecompletedcountkey.md)
- [fileIconKey](foundation/progressuserinfokey/fileiconkey.md)
- [fileOperationKindKey](foundation/progressuserinfokey/fileoperationkindkey.md)
- [fileTotalCountKey](foundation/progressuserinfokey/filetotalcountkey.md)
- [fileURLKey](foundation/progressuserinfokey/fileurlkey.md)
