0
I am using the JS Cycle to make a PARTNERS slide on my website. I’m developing his responsive and I wanted to also pass the finger to the side (only in MOBILE).
There is some way in the phone he pull another jquery or a plug that makes the desktop FADE and mobile TURN?
Website: somospixel.com
Plug site: http://jquery.malsup.com/cycle/
Javascript:
       $("#slide").cycle({
                       fx: 'fade',
           speed: 1200,
           timeout: 5000,
            pause: 1,
         pager:'#botao'   
        });
it seems that there are two questions here, you want to know how to perform Swipe on mobile or that on the desktop stay FADE and mobile stay TURN?
– jbrunoxd
In the normal that would be desktop is already FADE, now I want only on mobile I can pass to the side with the FINGER this div #slide
– kaiquemix