Esta tradução está incompleta. Ajude atraduzir este artigo.
This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.
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 The definition of 'AnimationEvent.pseudoElement' in that specification. |
Working Draft | Initial definition. |
Compatibilidade com os Navegadores
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | Não suportado | 23.0 (23.0) | Não suportado | Não suportado | Não suportado |
Característica | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | Não suportado | 23.0 (23.0) | Não suportado | Não suportado | Não suportado |