Window

settings_applicationsEventTarget  >   settings_applicationsWindow  >   settings_applicationswindow

Window

  • settings_backup_restore
  • bug_report

EventHandleronanimationiteration

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

insert_drive_fileAnimationEventinterfaceopen_in_new
AnimationEvent interface의 animationiteration 이벤트는 Window의 onanimationiteration 핸들러에 의해 구현된다.

Window의 onanimationiteration는(은) AnimationEvent interface의 animationiteration 이벤트 타입의 핸들러이고 이벤트 리스너로 사용된다.

기본 개요

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

설명

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

구문

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

명세

typeanimationiteration
bubblesyes
cancelableno
targetElement
handleryes

버전 명세

지원 웹브라우저