redraw/dom/event/animation

The AnimationEvent interface represents events providing information related to animations.

Types

pub type AnimationEvent

Functions

pub fn animation_name(event: AnimationEvent) -> String
pub fn as_event(event: AnimationEvent) -> Event

AnimationEvent inherits Event.

pub fn elapsed_time(event: AnimationEvent) -> Float
pub fn pseudo_element(event: AnimationEvent) -> String
Search Document