Skip to content

URLImageSourceView (SwiftUI) is fading in when affected by animation #9

@melgu

Description

@melgu

This shouldn't happen.
It doesn't matter if isAnimationEnabled is set to true or false.

Example:

URLImageSourceView(
	imageUrl,
	isAnimationEnabled: false,
	label: Text("title")
)
.animation(Animation.linear(duration: 1).repeatForever(autoreverses: false))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions