We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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))
The text was updated successfully, but these errors were encountered:
isAnimationEnabled applies to animated GIF/PNG images, not SwiftUI animation. Why it is fading in, I don't know.
Sorry, something went wrong.
No branches or pull requests
This shouldn't happen.
It doesn't matter if
isAnimationEnabled
is set totrue
orfalse
.Example:
The text was updated successfully, but these errors were encountered: