W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗(yàn)值獎勵
scroll()方法將窗口滾動到文檔中的特定位置。
window.scroll(x-coord,y-coord)
window.scroll(options)
<!-- put the 100th vertical pixel at the top of the window -->
<button onClick="scroll(0, 100);">click to scroll down 100 pixels</button>
如果您要更改滾動的工作方式,可以在options對象中指定:
window.scroll({
top: 1000,
behavior: "smooth"
});
Window.scrollTo()與這種方法實(shí)際上是一樣的。要滾動特定距離,請使用Window.scrollBy()。
另見Window.scrollByLines(),Window.scrollByPages()和Element.scrollIntoView()。
規(guī)范 | 狀態(tài) | 注釋 |
---|---|---|
CSS對象模型(CSSOM)視圖模塊
該規(guī)范中'window.scroll()'的定義。
|
Working Draft
|
初步定義。 |
電腦端 | 移動端 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome
|
Edge
|
Firefox
|
Internet Explorer
|
Opera
|
Safari
|
Android webview | Chrome for Android
|
Edge Mobile | Firefox for Android
|
Opera for Android
|
iOS Safari | |
基本支持 | 支持 | 支持 | 支持 | ? | ? | 支持 | 支持 | 支持 | ? | 支持 | ? | 支持 |
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: