Skip to main content

scrollToX

Description​

Initiates a horizontal scroll on the given element.

scrollToX(scrollElement: IContainer, offset: number, speed: number): void
ParameterSummary
scrollElementAll

The element on which the scrolling should happen.

offsetAll

The absolute scroll offset to which scrolling should happen.

speedAll

How fast the scrolling from the current offset to the given one should happen in milliseconds.