You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrolling up and down on the list causes the fade animation to play again. I thought once the image was cached, it will just load from cache without animation.
The text was updated successfully, but these errors were encountered:
It should, the fade animation is because it was not in memory. This is probably because the images are really large. You might want to try loading smaller images or resizing them using memCacheHeight or maxHeightDiskCache.
If this doesn't solve your issue, please reopen this with a reproducible example.
Scrolling up and down on the list causes the fade animation to play again. I thought once the image was cached, it will just load from cache without animation.
The text was updated successfully, but these errors were encountered: