Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Flexslider in IE – Fade / Time

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43702
    iknowdavehouse
    Participant

    Hello, I’ve just added Flexslider to a site I’m working on. Looks great on modern browsers and the slides changed at the desired rate. However this doesn’t look like it’s working properly on older versions of IE. The fades don’t appear to be working and I think it’s ignoring the 6 second delay and just moving onto the next slide when the image is loaded.

    Here’s the controls I have active

    $(window).load(function() {
    $(‘#hero’).flexslider({
    animation: Modernizr.touch ? “slide” : “fade”,
    slideshowSpeed: 6000,
    pauseOnHover: true,
    pauseOnAction: true,
    touch: true,
    directionNav: false
    });
    });

    Any help would be appreciated.

    #129878
    iknowdavehouse
    Participant

    Apparently doesn’t work in IE9 either… and the pauseOnHover doesn’t work either…

    #129884
    Paulie_D
    Member

    > However this doesn’t look like it’s working properly on older versions of IE.

    Which ones? How far back are you supporting?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.