davidaurelio / TouchScroll

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/
BSD 2-Clause "Simplified" License
474 stars 61 forks source link

Setting position of the scrollbar #22

Open camdev opened 13 years ago

camdev commented 13 years ago

Hello, I am a newbie in the development of webapps with Jqtscroll. I was just wondering if I can set the position of the scrollbar starting from the maximum width of window. for e,g if the width of window is 320 then the scrollbar should be set at the 320 pixel position & for landscape at 480. The reason is I have an image and want to view the data in the image at the rightmost position first & to be able to scroll on the left hand side afterwards.

thanks cam