---
title: animationName
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/webkitanimationevent/1634262-animationname
---

# animationName

The name of the animation. The value of the CSS -webkit-animation-name property of the animation that caused the event.

## Declaration

```data
readonly attribute DOMString animationName;
```

## See Also

### Accessing Properties

- [elapsedTime](webkitjs/webkitanimationevent/1633014-elapsedtime.md)

### Related Documentation

- [Safari CSS Visual Effects Guide](apple-archive/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Introduction.html.md)
