Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Constant loading wheel during fade animation #68

Open
AMI289 opened this issue Jul 10, 2015 · 1 comment
Open

Constant loading wheel during fade animation #68

AMI289 opened this issue Jul 10, 2015 · 1 comment

Comments

@AMI289
Copy link

AMI289 commented Jul 10, 2015

Hi,
I first want to thank you for this awesome slider.
It is really great looking and so easy to use.

Second,
I have a weird issue that, as the title suggests, when using a fade animation, I can notice a loading wheel appears in the middle of the slider.

It happens always, and no matter if I use 'src' or 'data-src',
so I'm guessing it has nothing to do with the image loading.

I'm using the latest Safari (if it matters) with a very basic usage of the slider.
This is a new, blank, web page, so it has no other components who could 'interfere' with the slider.

EDIT-
To add on to the above issue,
If I put an image with a transparent background, the loading wheel is constantly 'on', and not just during fading animation.

Cheers.

@jscissr
Copy link

jscissr commented Jan 8, 2016

It is true that the loading wheel is always there, it is only covered by the image once that is loaded. However, during the fade animation, both images are displayed semi-transparent, and the loading wheel shines through, which is a bug in (Ideal-)Image-Slider.

The easiest workaround is to always hide the loading indicator, even while actually loading:

.ideal-image-slider {
  background-image: none;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants