Home › Forums › CSS › Slider images won’t fade with .png › Re: Slider images won’t fade with .png
February 12, 2013 at 10:26 am
#124226
Participant
I’m pretty sure it has nothing to do with PNG. Have you tried using JPG to affirm this statement?
Edit: okay, it has to do with PNG transparency. The problem is that the previous image only disappears when the current image opacity is set to 1.
When using opaque images, it’s not a problem since the current image is on top of the previous one.
When using transparent PNG however, we still can see the image below. I guess you will have to edit the code of the plugin in order to make this work.