Need help to make my jquery slider module to scroll smoothly instead of every second

Need help to make my jquery slider module to scroll smoothly instead of every second

Hi all, I am really new to jquery, I have recently purchased a slider module for Prestashop, however I want to change the scroll sequence to make the items scroll smoothly without pausing, I have looked into the controls of the slider but cant figure out whether it has options to do this or I will have to configure it to to this.

Here is the controls in the .js file

  1.   // Default configuration properties.
  2.     var defaults = {
  3.         vertical: false,
  4.         start: 1,
  5.         offset: 1,
  6.         size: null,
  7.         scroll: 3,
  8.         visible: null,
  9.         animation: 'normal',
  10.         easing: 'swing',
  11.         auto: 0,
  12.         wrap: null,
  13.         initCallback: null,
  14.         reloadCallback: null,
  15.         itemLoadCallback: null,
  16.         itemFirstInCallback: null,
  17.         itemFirstOutCallback: null,
  18.         itemLastInCallback: null,
  19.         itemLastOutCallback: null,
  20.         itemVisibleInCallback: null,
  21.         itemVisibleOutCallback: null,
  22.         buttonNextHTML: '<div></div>',
  23.         buttonPrevHTML: '<div></div>',
  24.         buttonNextEvent: 'click',
  25.         buttonPrevEvent: 'click',
  26.         buttonNextCallback: null,
  27.         buttonPrevCallback: null
  28.     };
I maybe wrong but I think it is here that I can change the slider to scroll smoothly

any help would be greatly appreciated

thanks

Steve


    • Topic Participants

    • mail