woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.92k stars 1.69k forks source link

FlexSlider 2 in Windows 10 (Using IE11) #1732

Closed colonieweather closed 1 month ago

colonieweather commented 6 years ago

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.

rhazor commented 6 years ago

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

MrtianYs commented 5 years ago

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