sesaparcours
    Preparing search index...
    • Calculate the scroll position of container with the minimum amount so that the content and the borders of the given element become visible. If the element is bigger than the container, its top left corner will be aligned as close to the container's top left corner as possible. Copied from Closure's goog.style.getContainerOffsetToScrollInto

      Parameters

      • element: Element

        The element to make visible.

      • container: Element

        The container to scroll. If not set, then the document scroll element will be used.

      • Optionalopt_center: boolean

        Whether to center the element in the container. Defaults to false.

      Returns Blockly.utils.Coordinate

      The new scroll position of the container, in form of goog.math.Coordinate(scrollLeft, scrollTop).