pseudoElement property

String pseudoElement

Contains the name of the pseudo-element the animation runs on.

Starts with ::. If the animation doesn't run on a pseudo-element but on the element, an empty string: ''.

See developer.mozilla.org/en-US/docs/Web/API/AnimationEvent/pseudoElement

Implementation

external String get pseudoElement;