FunctionsElementSetScrollPercentageElementSetScrollPercentage CallableElementSetScrollPercentage(ID: string, scrollPercentage: number, scrollBehavior?: ScrollBehavior): voidSets the scroll position of an element to a specified percentage of its scrollable content. Ideally scroll percentage should be gotten with ElementGetScrollPercentageParametersID: stringscrollPercentage: numberscrollBehavior: ScrollBehavior = 'auto'Returns void
Sets the scroll position of an element to a specified percentage of its scrollable content. Ideally scroll percentage should be gotten with ElementGetScrollPercentage