Skip to content
New issue

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

Refactory and introduced the convenient transition API on WebImage, compatible for SwiftUI Animation #32

Merged
merged 2 commits into from
Oct 27, 2019

Conversation

dreampiggy
Copy link
Collaborator

Previouslly, there is a bug that custom transition API does not works as expected (like the .move)

Fix this by arrange the WebImage body structure, now SwiftUI can recognize it and work as expected.

Note that the .opacity will cause both fade-out (placeholder) and fade-in (network image). For most cases, use .fade is better.

… works as SwiftUI standard UI component, .fade transition is only fade in
@dreampiggy dreampiggy added the enhancement New feature or request label Oct 27, 2019
@dreampiggy dreampiggy force-pushed the feature_convenient_transition_API branch 2 times, most recently from 81a6dc3 to d624d04 Compare October 27, 2019 11:53
@dreampiggy dreampiggy force-pushed the feature_convenient_transition_API branch from d624d04 to 634f8a8 Compare October 27, 2019 11:58
@dreampiggy dreampiggy merged commit 85a648f into master Oct 27, 2019
@dreampiggy dreampiggy deleted the feature_convenient_transition_API branch October 27, 2019 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant