Open melgu opened 4 years ago
This shouldn't happen. It doesn't matter if isAnimationEnabled is set to true or false.
isAnimationEnabled
true
false
Example:
URLImageSourceView( imageUrl, isAnimationEnabled: false, label: Text("title") ) .animation(Animation.linear(duration: 1).repeatForever(autoreverses: false))
isAnimationEnabled applies to animated GIF/PNG images, not SwiftUI animation. Why it is fading in, I don't know.
This shouldn't happen. It doesn't matter if
isAnimationEnabled
is set totrue
orfalse
.Example: