---
title: kCGImagePropertyAPNGDelayTime
framework: imageio
role: symbol
role_heading: Global Variable
path: imageio/kcgimagepropertyapngdelaytime
---

# kCGImagePropertyAPNGDelayTime

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

## Declaration

```swift
let kCGImagePropertyAPNGDelayTime: CFString
```

## Discussion

Discussion The value of this key is a CFNumber with a floating-point value. The value of this key is never less than 50 millseconds, and the system adjusts values less than that amount to 50 milliseconds, as needed. See kCGImagePropertyAPNGUnclampedDelayTime.

## See Also

### Sequence Timing

- [kCGImagePropertyAPNGFrameInfoArray](imageio/kcgimagepropertyapngframeinfoarray.md)
- [kCGImagePropertyAPNGUnclampedDelayTime](imageio/kcgimagepropertyapngunclampeddelaytime.md)
- [kCGImagePropertyAPNGLoopCount](imageio/kcgimagepropertyapngloopcount.md)
