AnimationEvent: animationName 속성
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.
AnimationEvent.animationName
읽기 전용 속성은 트랜지션에 연관된 animation-name
CSS 속성 값을 담은 문자열입니다.
값
CSS animation-name
속성의 값을 담은 문자열입니다.
명세서
Specification |
---|
CSS Animations Level 1 # dom-animationevent-animationname |
브라우저 호환성
BCD tables only load in the browser
같이 보기
- CSS 애니메이션 사용하기
- 애니메이션 관련 CSS 속성과 @규칙:
animation
,animation-delay
,animation-direction
,animation-duration
,animation-fill-mode
,animation-iteration-count
,animation-name
,animation-play-state
,animation-timing-function
,@keyframes
- 이 속성이 속한
AnimationEvent
인터페이스.