AnimationEvent: pseudoElement 속성
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.pseudoElement
읽기 전용 속성은 애니메이션이 재생 중인 의사 요소의 이름을 담은, '::'
으로 시작하는 문자열입니다. 애니메이션이 일반 요소에서 재생 중이라면 빈 문자열(''
)을 반환합니다.
값
애니메이션이 재생 중인 의사 요소의 이름을 담은, '::'
으로 시작하는 문자열입니다. 애니메이션이 일반 요소에서 재생 중이라면 빈 문자열(''
)을 반환합니다.
명세서
Specification |
---|
CSS Animations Level 1 # dom-animationevent-pseudoelement |
브라우저 호환성
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
인터페이스.