scrollTo( )


Scrolls the page to a specific location on the page.

について scrollTo() function returns a Promise that resolves when the current page has been scrolled to a given location on the page.

について x そして y parameters determine the top-left pixel that is displayed on screen after the scroll.

Tip: To get the coordinates for scrolling, display the Wix Editor Toolbar. In the Editor, move the cursor to the top-left pixel where you want the page to scroll to. The X and Y axis Position values show the coordinates.

To scroll to a specific element on the page, see the $w.Node scrollTo() 関数である。

を使用する。 options parameter to specify the options to use when scrolling.

メソッド宣言
コピー
メソッド・パラメータ
xnumberRequired

The horizontal position, in pixels, to scroll to.


ynumberRequired

The vertical position, in pixels, to scroll to.


optionsScrollToOptions

Scrolling options.

役に立ちましたか?
はい
いいえ