Path: blob/main/files/en-us/web/api/animationevent/animationname/index.md
6546 views
------{{APIRef("Web Animations API")}}
The AnimationEvent.animationName read-only property is a string containing the value of the {{cssxref("animation-name")}} CSS property associated with the transition.
Value
A string containing the value of the {{cssxref("animation-name")}} CSS property.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
Animation-related CSS properties and at-rules: {{cssxref("animation")}}, {{cssxref("animation-delay")}}, {{cssxref("animation-direction")}}, {{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}}, {{cssxref("animation-iteration-count")}}, {{cssxref("animation-name")}}, {{cssxref("animation-play-state")}}, {{cssxref("animation-timing-function")}}, {{cssxref("@keyframes")}}.
The {{domxref("AnimationEvent")}} interface it belongs to.