AnimationEvent

settings_applicationsEvent  >   settings_applicationsAnimationEvent

  • settings_backup_restore
  • bug_report

Eventanimationcancel

CSS 애니메이션이 예기치 않게 중단이 되면 발생한다.

설명

animationcancel 이벤트는 animationend 이벤트를 거치지 않고 실행을 중지할 때마다 발생하는데 animation-name 속성 값이 변경되거나 애니메이션 대상 노드가 CSS에 의해서 숨겨질 때 발생할 수 있다.

구문

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

명세

typeanimationcancel
bubblesyes
cancelableno
targetElement
handleryes

버전 명세

지원 웹브라우저