Class AnimationEndEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
de.mekaso.vaadin.addon.compani.animation.AnimationEndEvent
- All Implemented Interfaces:
Serializable
@DomEvent(value="webkitAnimationEnd",
debounce=)
public class AnimationEndEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
- Author:
- Meik Kaufmann Animation end event.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the DOM event for an ending CSS transition.Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAnimationEndEvent(com.vaadin.flow.component.Component source, boolean fromClient) Constructor. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
NAME
Name of the DOM event for an ending CSS transition.- See Also:
-
-
Constructor Details
-
AnimationEndEvent
public AnimationEndEvent(com.vaadin.flow.component.Component source, boolean fromClient) Constructor.- Parameters:
source- source componentfromClient- from client
-