AnimationEvent.animationName
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.
Expérimental: Cette fonction est expérimentale
Puisque cette fonction est toujours en développement dans certains navigateurs, veuillez consulter le tableau de compatibilité pour les préfixes à utiliser selon les navigateurs.
Il convient de noter qu'une fonctionnalité expérimentale peut voir sa syntaxe ou son comportement modifié dans le futur en fonction des évolutions de la spécification.
La propriété en lecture seule AnimationEvent.animationName
est une DOMString
contenant la valeur de la propriété CSS animation-name
associée à la transition.
Syntaxe
nom = AnimationEvent.animationName;
Spécifications
Specification |
---|
CSS Animations Level 1 # dom-animationevent-animationname |
Compatibilité des navigateurs
BCD tables only load in the browser
Voir aussi
- Utiliser les animations CSS
animation
,animation-delay
,animation-direction
,animation-duration
,animation-fill-mode
,animation-iteration-count
,animation-name
,animation-play-state
,animation-timing-function
,@keyframes
.- L'interface
AnimationEvent
à laquelle elle appartient.