Web/API/AnimationEvent/pseudoElement

From Get docs

This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


Summary

The AnimationEvent.pseudoElement read-only property is a DOMString, starting with '::', containing the name of the pseudo-element the animation runs on. If the animation doesn't run on a pseudo-element but on the element, an empty string: .

Syntax

name = AnimationEvent.pseudoElement

Specifications

Specification Status Comment
CSS AnimationsThe definition of 'AnimationEvent.pseudoElement' in that specification. Working Draft Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

pseudoElement

Experimental'

Chrome

Full support 68

Edge

Full support 79

Firefox

Full support 23

IE

No support No

Opera

No support No

Safari

No support No

WebView Android

Full support 68

Chrome Android

Full support 68

Firefox Android

Full support 23

Opera Android

No support No

Safari iOS

No support No

Samsung Internet Android

Full support 10.0

Legend

Full support  
Full support
No support  
No support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.


See also