---
title: kCGImagePropertyAPNGUnclampedDelayTime
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyapngunclampeddelaytime
---

# kCGImagePropertyAPNGUnclampedDelayTime

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

## Declaration

```swift
let kCGImagePropertyAPNGUnclampedDelayTime: CFString
```

## Discussion

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

## See Also

### Sequence Timing

- [kCGImagePropertyAPNGFrameInfoArray](imageio/kcgimagepropertyapngframeinfoarray.md)
- [kCGImagePropertyAPNGDelayTime](imageio/kcgimagepropertyapngdelaytime.md)
- [kCGImagePropertyAPNGLoopCount](imageio/kcgimagepropertyapngloopcount.md)
