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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
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
- Using CSS transitions
transition,transition-delay,transition-duration,transition-property,transition-timing-function.
TransitionEvent.pseudoElement by Mozilla Contributors is licensed under CC-BY-SA 2.5.