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

flexslider 'fade' animation not work in IE11 #1451

Closed
jon-imagine opened this issue Nov 10, 2015 · 1 comment
Closed

flexslider 'fade' animation not work in IE11 #1451

jon-imagine opened this issue Nov 10, 2015 · 1 comment

Comments

@jon-imagine
Copy link

[ origin ]:
slider.slides.css({ "opacity": 0, "display": "block", "webkitTransition": "opacity " + slider.vars.animationSpeed / 1000 + "s ease", "zIndex": 1 }).eq(slider.currentSlide).css({ "opacity": 1, "zIndex": 2 });
[ fixed ]:
slider.slides.css({ "opacity": 0, "display": "block", "webkitTransition": "opacity " + slider.vars.animationSpeed / 1000 + "s ease", transition: "opacity 2s", "zIndex": 1 }).eq(slider.currentSlide).css({ "opacity": 1, "zIndex": 2 });
[ only add ]:
transition:"opacity 2s",
i find it in a janpanese site:http://www9377uo.sakura.ne.jp/sakura/145/

@jeffikus
Copy link
Member

jeffikus commented Feb 5, 2018

Hi there, I released 2.7.0 last week, please let me know if the issue persists after updating.

@jeffikus jeffikus closed this as completed Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants