---
title: kCGImagePropertyGIFUnclampedDelayTime
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertygifunclampeddelaytime
---

# kCGImagePropertyGIFUnclampedDelayTime

The number of seconds to wait before displaying the next image in an animated sequence.

## Declaration

```swift
let kCGImagePropertyGIFUnclampedDelayTime: CFString
```

## Discussion

Discussion This value may be 0 milliseconds or higher. Unlike the kCGImagePropertyGIFDelayTime property, this value is not clamped at the low end of the range.

## See Also

### Sequence Timing

- [kCGImagePropertyGIFFrameInfoArray](imageio/kcgimagepropertygifframeinfoarray.md)
- [kCGImagePropertyGIFDelayTime](imageio/kcgimagepropertygifdelaytime.md)
- [kCGImagePropertyGIFLoopCount](imageio/kcgimagepropertygifloopcount.md)
