---
title: elapsedTime
framework: webkitjs
role: symbol
role_heading: Instance Property
path: webkitjs/webkitanimationevent/1633014-elapsedtime
---

# elapsedTime

The duration of the animation, in seconds, since this event was sent, excluding any time the animation is paused. This value is not affected by the value of the CSS -webkit-animation-delay property. If the type of the event is webkitAnimationStart, elapsedTime is 0.

## Declaration

```data
readonly attribute double elapsedTime;
```

## See Also

### Accessing Properties

- [animationName](webkitjs/webkitanimationevent/1634262-animationname.md)
