Window

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocument

Window

Editing
  • settings_backup_restore
  • bug_report

Eventscrollend

insert_drive_fileEventinterfaceopen_in_new
Event interface는 Document에서 scrollend 이벤트 타입으로 구현된다.

Document의 scrollend는 Event interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

스크롤이 완료되면 VisualViewport, Document 또는 Element에서 발생한다.

구문

형식
element.addEventListener("scrollend", function() { })

명세

typescrollend
bubblesno
cancelableno
targetDocument, Element, VisualViewport, window
handleryes

버전 명세

HTML Standard API
#handler-onscrollend
HTML Standard API
#handler-onscrollend

지원 웹브라우저