Window

settings_applicationsEventTarget  >   settings_applicationsWindow

Window

  • settings_backup_restore
  • bug_report

Eventappinstalled

Element에서 CSS 애니메이션의 반복이 지정된 경우 매 반복이 끝날 때마다 버블링되어 발생한다.

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

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

기본 개요

CSS 애니메이션의 반복이 지정되어 있는 경우 매 반복이 끝날 때 발생한다.

설명

animationend 이벤트와 동시에 발생하지 않으므로 animation-iteration-count가 1인 애니메이션에 대해서는 발생하지 않는다.

window에서 직접 이벤트 등록이 불가하지만 버블링(bubbling) 또는 캡처(capture) 단계에서 처리가 가능하다. 

설명

animationend 이벤트와 동시에 발생하지 않으므로 animation-iteration-count가 1인 애니메이션에 대해서는 발생하지 않는다.

window에서 직접 이벤트 등록이 불가하지만 버블링(bubbling) 또는 캡처(capture) 단계에서 처리가 가능하다. 

animationend 이벤트와 동시에 발생하지 않으므로 animation-iteration-count가 1인 애니메이션에 대해서는 발생하지 않는다.

구문

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

명세

typeanimationiteration
bubblesyes
cancelableno
targetElement
handleryes

버전 명세

지원 웹브라우저