Forum Replies Created

Viewing 1 replies (of 1 total)
  • Fix(ish)
    Had same issue with images fading out to white then fading in next image. Couldn’t find another good and simple responsive bg slider so I figured this was worth looking in to…

    Was able to get desired fade between images by editing 1 line in /js/jquery.superslides.js

    For version 1.0.2 change the opacity in line 253 from 0 to 1. This means the image won’t fade in on load but should fade properly between images. Also the fade still seemed slow in the browser so I removed fade easing on line 12 from ‘swing’ to ”.

    Hope this helps.

Viewing 1 replies (of 1 total)