FlexSlider icon indicating copy to clipboard operation
FlexSlider copied to clipboard

FlexSlider 2 in Windows 10 (Using IE11)

Open colonieweather opened this issue 7 years ago • 2 comments

I downloaded the latest version of FlexSlider (2.7.1). In my testing, I observed that the fade effect is not working when using Internet Explorer 11 on Windows 10. I am using jQuery 3.3.1.

The latest FlexSlider version I found the fade effect to work is version 2.2.0 with jQuery 3.3.1.

colonieweather avatar Jul 27 '18 09:07 colonieweather

Can confirm, having same issue. Downgrading to 2.2 solves the problem.

rhazor avatar Sep 25 '18 13:09 rhazor

you can set the option of touch to false. the fade effect is working. or you can see the source code. line 861. add css transition. the fade effect is alse working

MrtianYs avatar Oct 24 '18 05:10 MrtianYs