You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ let package = Package(
64
64
-[x] Supports placeholder and detail options control for image loading as SDWebImage
65
65
-[x] Supports success/failure/progress changes event for custom handling
66
66
-[x] Supports indicator with activity/progress indicator and customization
67
+
-[x] Supports built-in animation and transition, powered by SwiftUI
67
68
68
69
Note: This `WebImage` using `Image` for internal implementation, which is the best compatible for SwiftUI layout and animation system. But it supports static image format only, because unlike `UIImageView` in UIKit, SwiftUI's `Image` does not support animation.
0 commit comments