Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images do not cross fade #447

Closed
bghouse opened this issue Oct 28, 2012 · 4 comments
Closed

Images do not cross fade #447

bghouse opened this issue Oct 28, 2012 · 4 comments
Labels

Comments

@bghouse
Copy link

bghouse commented Oct 28, 2012

I've verified latest code version, default css. Images are not cross fading, and there is a .fade in the css file. Always "pops"

What did I miss here?

@Mottie
Copy link
Contributor

Mottie commented Oct 29, 2012

Hi bghouse!

Maybe check that no other css is interfering with the opacity and z-index of the panels (.panel). If the css hasn't been reset, try doing that as well.

If you still can't get it working properly, send me a link to the site here or via email (gmail, user name wowmotty).

@bghouse
Copy link
Author

bghouse commented Oct 30, 2012

Hi Mottie,

I sent you an email, and I still have problem. No .panel css to interfere. My dev site is at fsb.xigko.com. I've tried every theme css, all the same result. Currently using mini-light.

@f3cp
Copy link

f3cp commented Nov 7, 2012

I am noticing the same issue. It looks like the z-index of the incoming slide does not get changed from -1 to 0 until after the opacity has reached 1, rather than before.

@Mottie
Copy link
Contributor

Mottie commented Nov 7, 2012

Oh sorry, we resolved this via email. The solution was to modify this css:

.anythingSlider .fade .activePage { z-index: 1; }
.anythingSlider .fade .panel { z-index: 0; }

By default the panels were getting a z-index of -1, so they actually ended up behind the background.

@Mottie Mottie closed this as completed Nov 7, 2012
Mottie added a commit that referenced this issue Dec 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants