DOM

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsElement

DOM

  • bug_report

Eventanimationend

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

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

기본 개요

CSS 애니메이션이 정상적으로 완료되면 발생한다.

설명

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

구문

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

명세

typeanimationend
bubblesyes
cancelableno
targetElement
handleryes

버전 명세

지원 웹브라우저