AsyncImage: support of GIF images?

Hi, great to see SwiftUI support to load images asynchronously! However, it seems that GIFs are not supported. I tested with Xcode 13 Beta 1 and the following code

AsyncImage(url: URL(string: "https://media.wired.com/photos/59326d5344db296121d6aee9/master/pass/8552.gif"))

will show only as a static image.

Is GIF supported planned for final version?

We'd also like to know if APNGs will be supported, because without GIFS + APNGs we cannot migrate from our custom SwiftUI component!

AsyncImage: support of GIF images?
 
 
Q