Skip to content

Allows easy to use WebImage with isAnimating default to false and change to true later #333

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Aug 29, 2024

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!

@dreampiggy dreampiggy merged commit 09dfa5a into master Aug 29, 2024
6 checks passed
@dreampiggy dreampiggy deleted the bugfix/webimage_isAnimating_binding branch August 29, 2024 08:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
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