Struct augdom::event::AnimationStartBuilder [−][src]
pub struct AnimationStartBuilder(_);Expand description
A builder for events.
Methods from Deref<Target = AnimationEventInit>
Change the bubbles field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the cancelable field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the composed field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the animationName field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the elapsedTime field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Change the pseudoElement field of this object.
This API requires the following crate features to be activated: AnimationEventInit
Trait Implementations
type Target = AnimationEventInit
type Target = AnimationEventInit
The resulting type after dereferencing.
type Output = AnimationStart
type Output = AnimationStart
The event produced by the builder.
Build, returning the output.