Instruction set reference
HIPE_OP_SCROLL_BY
Scrolls the contents of a scrollable element by a relative amount compared to the current scroll position.
- location: The element to be affected by the scroll operation
- arg[0]: The relative left-coordinate offset (horizontal scrolling) to apply to the element
- arg[1]: The relative top-coordintate offset (vertical scrolling) to apply to the element
- arg[2]: Specify "%" here for scrolling according to a percentage of the total scroll-track range; or leave unspecified to use the default units of pixels.
Notes
Leave arg[0] or arg[1] blank if scrolling in a certain direction is not required.