question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Function crossfade(true) didnt work.

See original GitHub issue

So this is my first time trying this library. Wanna see how it’s better than Glide and others and suddenly bumped into this, which I believe a bug. I’m using crossfade() for the fading up animation image loader. It seems that the image only load once. If I go Back screen, and re enter the activity, the image is not loaded anymore. Here is how I specify my code;

imageView.load("www.google.com/image"){
crossfade(true)
}

Note that on the arguement TRUE in the bracket, in my IDE it wrote as enable : true .

To Reproduce Enter the Activity, once inside, go Back. Then re enter again.

Expected behavior Some image loaded, some not.

Logs/Screenshots image

Library version 0.7.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
colinrtwhitecommented, Oct 1, 2019

Going to close this, but feel free to reopen if I’ve missed something in the sample project.

1reaction
Starscream9559commented, Sep 24, 2019

A repo set-up for testing. Try take a look. https://github.com/Starscream9559/DuumyApp4CodeTesting.git

Read more comments on GitHub >

github_iconTop Results From Across the Web

crossfade effect not working properly - Stack Overflow
1 Answer 1 ... OP doesn't ask a way to transition method which is cross browser. ... Once again, you're right!! damn my...
Read more >
Solved: Crossfade not working or am I doing it wrong?
Solved: I just installed the latest preview on my Mac, and have enabled the crossfade option in the preferences, but new tracks just...
Read more >
Crossfade - Jetpack Compose Playground
Crossfade can be used to switch between Composables with an crossfade animation. Example video of the code below. On every button click, the ......
Read more >
Crossfade Greyed Out - Cubase - Steinberg Forums
Remember that for a crossfade to work you need to have “hidden” audio in the end and beginning of the two events you...
Read more >
573574 – Crossfading doesn't work in rhythmbox
Check the "use crossfading" option in Edit/Preferences/Playback 3. Set crossfade duration to 2sec. 4. Restart rhythmbox Actual results: Crossfading doesn't work ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found