We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a648f commit cc29817Copy full SHA for cc29817
Example/SDWebImageSwiftUIDemo/ContentView.swift
@@ -105,6 +105,8 @@ struct ContentView: View {
105
#else
106
WebImage(url: URL(string:url))
107
.resizable()
108
+ .animation(.easeInOut(duration: 0.5))
109
+ .transition(.fade)
110
.scaledToFit()
111
.frame(width: CGFloat(100), height: CGFloat(100), alignment: .center)
112
#endif
0 commit comments