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
Spécification | Statut | Commentaires |
---|---|---|
CSS Animations La définition de 'AnimationEvent.animationName' dans cette spécification. |
Version de travail | Première définition. |
Compatibilité des navigateurs
Fonctionnalité | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Support basique | (Oui) | 6.0 (6.0) | 10.0 | (Oui) | (Oui) |
Fonctionnalité | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Support basique | ? | ? | ? | ? | ? |
Voir également
- 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.