This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
La propiedad de solo-lectura AnimationEvent.animationName
es un DOMString
conteniendo el valor de la propiedad de CSS animation-name
asociada con la transición.
Sintaxis
name = AnimationEvent.animationName
Especificaciones
Especificación | Estatus | Comentario |
---|---|---|
CSS Animations The definition of 'AnimationEvent.animationName' in that specification. |
Working Draft | Definición Inicial. |
Compatibilidad de navegadores
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Soporte básico | (Yes) | 6.0 (6.0) | 10.0 | (Yes) | (Yes) |
Característica | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome para Android |
---|---|---|---|---|---|---|
Soporte básico | ? | ? | ? | ? | ? | 43.0 |
Ver también
- Usando animaciones CSS
- Las propiedades CSS relacionadas con animacióny reglas:
animation
,animation-delay
,animation-direction
,animation-duration
,animation-fill-mode
,animation-iteration-count
,animation-name
,animation-play-state
,animation-timing-function
,@keyframes
. - La interface
AnimationEvent
a la cual pertenece.