Struct leptos::ev::transitionrun
source · pub struct transitionrun;
Expand description
The transitionrun
event, which receives TransitionEvent as its argument.
Trait Implementations§
source§impl Clone for transitionrun
impl Clone for transitionrun
source§fn clone(&self) -> transitionrun
fn clone(&self) -> transitionrun
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl EventDescriptor for transitionrun
impl EventDescriptor for transitionrun
§type EventType = TransitionEvent
type EventType = TransitionEvent
The [
web_sys
] event type, such as [web_sys::MouseEvent
].