scrollToX
Description​
Initiates a horizontal scroll on the given element.
- JavaScript
- C#
- Kotlin
scrollToX(scrollElement: IContainer, offset: number, speed: number): void
void ScrollToX(IContainer scrollElement, double offset, double speed)
fun scrollToX(scrollElement: IContainer, offset: Double, speed: Double): Unit
Parameter | Summary |
---|---|
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. |