SDWebImage / SDWebImageSwiftUI

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

Animate appearing of loaded image #241

Closed temrov closed 1 year ago

temrov commented 1 year ago

Placeholder replaced with loaded image with animation

WebImage(url: url)
    .placeholder {
        ...
    }
    .resizable()
    .animateAppearingOnSuccessLoad()