SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.1k stars 216 forks source link

transition NOT Working! #247

Closed wishWinds closed 1 year ago

wishWinds commented 1 year ago

The .transition modifier is not working. I try to trace the code where placeholder change to real image when load url finished. but I can't find. Is anyone figure out why .transition is not working?

wishWinds commented 1 year ago

fixed. plan to open a pull request

dreampiggy commented 1 year ago

@wishWinds PR is welcomed. Is your fixes works ?

wishWinds commented 1 year ago

@dreampiggy Hi. PR is created. That fix my problems.

dreampiggy commented 1 year ago

https://github.com/SDWebImage/SDWebImageSwiftUI/pull/250

Can you have a test again with the dropping iOS 13 branch ?