Web/API/TransitionEvent/pseudoElement

From Get docs

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


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

Syntax

name = TransitionEvent.pseudoElement

Specifications

Specification Status Comment
CSS TransitionsThe definition of 'TransitionEvent.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 2

Edge

Full support 79

Firefox

Full support 23

IE

No support No

Opera

Full support Yes

Safari

Full support 6

WebView Android

Full support Yes

Chrome Android

Full support 18

Firefox Android

Full support 23

Opera Android

Full support Yes

Safari iOS

No support No

Samsung Internet Android

Full support 1.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