Package com.infraleap.animatecss
Interface Animated
- All Superinterfaces:
com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasStyle,Serializable
@CssImport("./animate.css")
public interface Animated
extends com.vaadin.flow.component.HasStyle
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescriptiondefault voidanimate(Animated.Animation anim) default voidanimate(Animated.Animation anim, Animated.Modifier mod) static voidanimate(com.vaadin.flow.component.HasElement component, Animated.Animation anim) static voidanimate(com.vaadin.flow.component.HasElement component, Animated.Animation anim, Animated.Modifier mod) static voidanimate(com.vaadin.flow.component.HasStyle component, Animated.Animation anim) static voidanimate(com.vaadin.flow.component.HasStyle component, Animated.Animation anim, Animated.Modifier mod) default voidstatic voidremoveAnimations(com.vaadin.flow.component.HasElement component) static voidremoveAnimations(com.vaadin.flow.component.HasStyle component) Methods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Method Details
-
animate
-
animate
-
removeAnimations
default void removeAnimations() -
animate
-
animate
static void animate(com.vaadin.flow.component.HasStyle component, Animated.Animation anim, Animated.Modifier mod) -
removeAnimations
static void removeAnimations(com.vaadin.flow.component.HasStyle component) -
animate
-
animate
static void animate(com.vaadin.flow.component.HasElement component, Animated.Animation anim, Animated.Modifier mod) -
removeAnimations
static void removeAnimations(com.vaadin.flow.component.HasElement component)
-