Skip to main content

MotionElementCallback

Type Alias MotionElementCallback 

Source
pub type MotionElementCallback = Callback<HtmlElement>;
Expand description

Callback invoked with the transitioning web_sys::HtmlElement.

Aliased Typeยง

pub struct MotionElementCallback(/* private fields */);