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

Fade Animation #942

Open
Gmaffia596 opened this issue Apr 26, 2024 · 1 comment
Open

Fade Animation #942

Gmaffia596 opened this issue Apr 26, 2024 · 1 comment

Comments

@Gmaffia596
Copy link

Gmaffia596 commented Apr 26, 2024

Hi all,
I'm using CachedNetworkImage to render a lot of image from network.
Everthing working fine, but when I quickly scroll up (viewing images that have already been rendered and cached) I see a lag which I imagine comes from the CachedNetworkImage fade animation.

I tried setting these two properties:
fadeOutDuration: Duration.zero,
fadeInDuration: Duration.zero,
but the problem persists even if it is less perceptible.

Any ideas on how to fix it or to remove this fade animation?

I add a screenshot of how I'm using the CachedNetworkImage widget:
image

@rarazuma97
Copy link

Hi, I have the same issue!

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

No branches or pull requests

2 participants