Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. AnimationEvent

AnimationEvent

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015.

TheAnimationEvent interface represents events providing information related toanimations.

Event AnimationEvent

Constructor

AnimationEvent()

Creates anAnimationEvent event with the given parameters.

Instance properties

Also inherits properties from its parentEvent.

AnimationEvent.animationNameRead only

A string containing the value of theanimation-name that generated the animation.

AnimationEvent.elapsedTimeRead only

Afloat giving the amount of time the animation has been running, in seconds, when this event fired, excluding any time the animation was paused. For ananimationstart event,elapsedTime is0.0 unless there was a negative value foranimation-delay, in which case the event will be fired withelapsedTime containing(-1 * delay).

AnimationEvent.pseudoElementRead only

A string, starting with'::', containing the name of thepseudo-element the animation runs on. If the animation doesn't run on a pseudo-element but on the element, an empty string:''.

Instance methods

Inherits methods from its parent,Event.

Specifications

Specification
CSS Animations Level 1
# interface-animationevent

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp