Allows easy to use WebImage with `isAnimating` default to false and change to true later by dreampiggy · Pull Request #333 · SDWebImage/SDWebImageSwiftUI

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@dreampiggy

Copy link

Collaborator

Reason

Since SDAnimatedImage has fallback logic, we can apply this to WebImage by default without dynamic check

This close #332

…hange to true later

Since SDAnimatedImage has fallback logic, we can apply this to WebImage by default without dynamic check

@dreampiggy dreampiggy force-pushed the bugfix/webimage_isAnimating_binding branch from 1b68c49 to 7efdf22 Compare

August 28, 2024 09:38

@joshuatbrown

Copy link

I tested this branch in my app; it works perfectly for me and fixes #332. Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

When initializing a WebImage with isAnimating, if the initial value is false, the image never animates

2 participants

@dreampiggy @joshuatbrown