Jquery Slide - touch slider

0

I'm using JS cycle to make a PARTNERS slide on my site. I'm developing his responsive and I wanted him to turn his finger to the side (MOBILE only).

Is there any way you can pull another jquery or a plug-in on the desktop to get FADE and mobile on TURN?

SIte: somospixel.com

Plugin site: link

Javascript:
       $("#slide").cycle({
                       fx: 'fade',
           speed: 1200,
           timeout: 5000,
            pause: 1,
         pager:'#botao'   
        });
    
asked by anonymous 11.11.2015 / 18:37

0 answers