Options

Read about the options

     
       {
             configDefault: {items:3,sliding:3},
             config: {
                        "480": {
                           items: 1,
                           sliding: 1
                        },
                        "768": {
                          items:2,
                          sliding:1
                        },
                        "991": {
                          items: 3,
                          sliding: 2
                        },
                       

                    },
            handleLeft: '.goLeft',
            handleRight: '.goRight',
            container: null,
            animationDuration: 500,
            animationEffect: "linear",
            autoWidth: true,
            fullWidth: false,
            fullPage: false,
            vertical: false,
            timer: null,
            onKeyPress: false
        }
     
     

This documentation is used to learn how to use the Listy Slider and also see other examples on how it can be used