• Trigger a scroll navigation into a given offset position

    Parameters

    • element: HTMLElement

      Element where the scroll will happen

    • offSet: OffsetValues

      Offset values

    • isSmooth: boolean = true

      True if the scroll should be smooth

    Returns void