Serialized Form
-
Package de.mekaso.vaadin.addon.compani.animation
-
Class de.mekaso.vaadin.addon.compani.animation.Animation
class Animation extends com.vaadin.flow.component.Component implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
animatedComponent
com.vaadin.flow.component.HasStyle animatedComponent
the animated component; -
animationEndListenerRegistration
com.vaadin.flow.shared.Registration animationEndListenerRegistration
-
currentEffect
String[] currentEffect
-
domListenerRegistration
com.vaadin.flow.dom.DomListenerRegistration domListenerRegistration
-
effect
Effect effect
an effect.
-
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationEndEvent
class AnimationEndEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.AttentionSeekerAnimation
class AttentionSeekerAnimation extends Animation implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.EntranceAnimation
class EntranceAnimation extends Animation implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.ExitAnimation
class ExitAnimation extends AnimationTypes.EntranceAnimation implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.HideAnimation
class HideAnimation extends Animation implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.ShowAnimation
class ShowAnimation extends Animation implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.TextAnimation
class TextAnimation extends Animation implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
originalContent
String originalContent
-
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.TextEntranceAnimation
class TextEntranceAnimation extends AnimationTypes.TextAnimation implements Serializable- serialVersionUID:
- 1L
-
Class de.mekaso.vaadin.addon.compani.animation.AnimationTypes.TextExitAnimation
class TextExitAnimation extends AnimationTypes.TextAnimation implements Serializable- serialVersionUID:
- 1L
-
-
Package de.mekaso.vaadin.addon.compani.viewtransitions