javascript - Div auto scroll (Mobile) -


i need able make div scroll left right , move start or bounce , loop over. although when 'app' selected scrolling stops.

the version want scroll can found @ etreecycle.co.uk on web making page mobile size or viewing site on small device.

the basic layout is;

<div id="scroll-me"> // scroll when page less 650px wide. <div id="app-wrapper"> // changes width make contence responcive, 3240px wide , 270px high when scrolling.     <div id="app"></div> // apps have hover tag, when hovering scrolling needs stop. (or click on mobile device.)     <div id="app"></div>     <div id="app"></div>     <div id="app"></div>     <div id="app"></div>     <div id="app"></div> </div> </div> 

is there way make work on mobile device? thank you.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -