scrolling a realtive number of pixels

scrolling a realtive number of pixels

Hi,

$.mobile.silentScroll(coordY) scrolls to the absolute position coordY.

I would, however, like to scroll a relative number of Pixels. In other words, to add some pixels to the actual scroll position.

To do so I could either:

- read the actual scroll position (how?), add some pixels and use silentScroll(...)
- use a command like $.mobile.silentScrollRelative(deltaCoordY) (does it exist?)

Any help would be greately appreciated.