Scroll Element Block

Scrolls the element to a particular set of coordinates.

  • Element selector
    Element selector.

  • Scroll horizontal
    X coordinate of the element that you want to be displayed.

  • Scroll vertical
    Y coordinate of the element that you want to be displayed.

  • Scroll into view
    Scroll the parent of the matches element until the matches element is visible to the user.

  • Increment horizontal scroll
    Add the X scroll coordinate of the matches element with the scroll horizontal you inputted.

  • Increment vertical scroll
    Add the Y scroll coordinate of the matches element with the scroll vertical you inputted.