Window Slider jQuery Plugin

AJ January 19, 2023

ADN
window-slider-jquery-plugin

Live Preview Download

Window slider is jQuery plugin which automatically fades through images in a responsive, mobile-friendly 4-section window.

Window slider Implementation

Include required CSS and JavaScript files




Add images to the window slider as follows:

    

Enable the window slider and we're done

$(document).ready(function() {
    $('#slider-1').windowSlider();
}); 

Custmization Options

  • startPosition 1 / 2 / 3 / 4
  • interval duration in milliseconds
  • & fadeOutSpeed duration in milliseconds
  • cycle 'standard' / 'reverse' / 'clockwise' / 'counter-clockwise'
$(document).ready(function() {
    // Override default settings
    $('#slider-1').windowSlider({
        startPosition: 1,
        interval: 3000,
        fadeOutSpeed: 400,
        fadeInSpeed: 1500,
        cycle: 'standard'
    });
}); 

 

Next: What are Mega Funnels?

also view other related posts,