Skip to content

Swiftui/AnimatedImage#355

Merged
borut-t merged 5 commits intodevelopfrom
swiftui/animated-image
Oct 3, 2025
Merged

Swiftui/AnimatedImage#355
borut-t merged 5 commits intodevelopfrom
swiftui/animated-image

Conversation

@borut-t
Copy link
Copy Markdown
Collaborator

@borut-t borut-t commented Oct 2, 2025

No description provided.

@borut-t borut-t requested a review from a team October 2, 2025 12:57
@borut-t borut-t force-pushed the swiftui/animated-image branch from 50c5875 to ce0fc64 Compare October 3, 2025 07:25
imageView.kf.setImage(
with: .provider(LocalFileImageDataProvider(fileURL: fileUrl)),
options: [
.transition(.fade(animated ? 0.25 : 0))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this animation something that should be controlled by the user instead?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Let me think about it.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've landed up opening all the options available to be customized.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lmk how does that feel.

@borut-t borut-t requested a review from tonikocjan October 3, 2025 08:58
@borut-t borut-t added merge and removed needs review labels Oct 3, 2025
@borut-t borut-t merged commit 6750ac5 into develop Oct 3, 2025
1 of 2 checks passed
@borut-t borut-t deleted the swiftui/animated-image branch October 3, 2025 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants