gskinner / image_fade

BSD 2-Clause "Simplified" License
29 stars 10 forks source link

Placeholder image isn't replaced? #6

Open TheArhaam opened 4 years ago

TheArhaam commented 4 years ago

I noticed that my placeholder image is still up in the background and the network image loads on top of it for some reason. Is there any way to entirely get rid of the placeholder image. (You will notice in the attached image that my placeholder image is still in the background and ironman has loaded on top of it instead of replacing it) ImageFade problem

gskinner commented 2 years ago

Sorry for the very delayed response. This is currently per design - so that the placeholder remains consistent throughout states, and/or with transparent images. You can use the loadingBuilder to show something only while it loads.

I'm open to considering changing this though, if you'd like to provide feedback.

TheArhaam commented 2 years ago

Haha, I've moved to a different tech stack in the last 2years, anyhow as far as I recall my concern was that the placeholder image and the actual image were of different dimensions which was causing the above issue but if loadingBuilder can resolve that then all good :D

goevexx commented 1 year ago

The loadingBuilder misses the animation progress. This is crucial, if I want my placeholder to disappear as soon as the animation finishes.