dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.11k stars 97 forks source link

Implement animated images #43

Closed dmytro-anokhin closed 4 years ago

dmytro-anokhin commented 4 years ago

This will require refactoring of image downloading service and using new image decoder

dmytro-anokhin commented 4 years ago

Closing this issue because there was no activity on it for a while.

dmytro-anokhin commented 4 years ago

Note: v2.0 supports animation.

vanities commented 3 years ago

Are there any special flags or anything to get a .gif to play automatically? I do see that the first frame loads, but it doesn't animate. Sorry if it's in the documentation, I did try searching.

dmytro-anokhin commented 3 years ago

Hey, I was referring to animation as appearance animation, not animated images. Ignore my previous comment - it was for a different issue. Animated images are still in the plans.

MarcoEidinger commented 3 years ago

Animated images are still not yet supported, correct? If so it would be helpful to re-open the issue (if possible)