DOM

settings_applicationsEventTarget  >   settings_applicationsWindow  >   settings_applicationswindow

DOM

  • bug_report

Eventanimationend

Element 요소에서 애니메이션 완료 이벤트가 버블링시 발생한다.

insert_drive_fileAnimationEventinterfaceopen_in_new
AnimationEvent interface는 window에서 animationend 이벤트 타입으로 구현된다.

Window의 animationend는 AnimationEvent interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

CSS 애니메이션이 완료되면 발생한다.

설명

애니메이션이 정상적으로 완료되기 전에 요소에게서 애니메이션이 제거되거나 속성의 CSS 속성 변경으로 인해 애니메이션이 중단되는 경우에는 발생하지 않는다.

구문

형식
window.addEventListener("animationend", function() { });

명세

typeanimationend
bubblesyes
cancelableno
handleronanimationend

지원 웹브라우저