Skip to content

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

Merged
dreampiggy merged 1 commit intomasterfrom
bugfix/webimage_isAnimating_binding
Aug 29, 2024
Merged

Allows easy to use WebImage with isAnimating default to false and change to true later#333
dreampiggy merged 1 commit intomasterfrom
bugfix/webimage_isAnimating_binding

Conversation

@dreampiggy
Copy link
Copy Markdown
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
Copy Markdown

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

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