AnimationEvent: pseudoElement-Eigenschaft
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.
Die schreibgeschützte Eigenschaft AnimationEvent.pseudoElement
ist ein
String, der mit '::'
beginnt und den Namen des Pseudoelements enthält, auf dem die Animation läuft.
Falls die Animation nicht auf einem Pseudoelement, sondern auf dem Element selbst läuft, ist der Wert ein leerer String: ''
.
Wert
Ein String, der mit '::'
beginnt und den Namen des Pseudoelements enthält, auf dem die Animation läuft.
Spezifikationen
Specification |
---|
CSS Animations Level 1 # dom-animationevent-pseudoelement |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- Verwendung von CSS-Animationen
-
Animation-relevante CSS-Eigenschaften und At-Regeln:
animation
,animation-delay
,animation-direction
,animation-duration
,animation-fill-mode
,animation-iteration-count
,animation-name
,animation-play-state
,animation-timing-function
,@keyframes
. - Die
AnimationEvent
Schnittstelle, zu der es gehört.