AnimationEvent.pseudoElement
Experimental: Esta é uma tecnologia experimental (en-US)
Verifique a tabela de compatibilidade entre Navegadores cuidadosamente antes de usar essa funcionalidade em produção.
Sumário
O AnimationEvent.pseudoElement
é uma propriedade só de leitura do DOMString
, começando com '::'
, contendo o nome do pseudo-element em que a animação roda. Se a animação não roda em um pseudo-elemento mas em um elemento, então temos uma string vazia : ''
.
Síntaxe
name = AnimationEvent.pseudoElement
Especificações
Especificação | Estado | Comentário |
---|---|---|
CSS Animations Level 1 The definition of 'AnimationEvent.pseudoElement' in that specification. |
Rascunho atual | Initial definition. |
Compatibilidade com navegadores
BCD tables only load in the browser
See also
- Using CSS animations
animation
,animation-delay
,animation-direction
(en-US),animation-duration
(en-US),animation-fill-mode
,animation-iteration-count
(en-US),animation-name
(en-US),animation-play-state
(en-US),animation-timing-function
(en-US),@keyframes
.- The
AnimationEvent
interface it belongs to.