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
  • Method Details

    • animate

      default void animate(Animated.Animation anim)
    • animate

      default void animate(Animated.Animation anim, Animated.Modifier mod)
    • removeAnimations

      default void removeAnimations()
    • animate

      static void animate(com.vaadin.flow.component.HasStyle component, Animated.Animation anim)
    • 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

      static void animate(com.vaadin.flow.component.HasElement component, Animated.Animation anim)
    • 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)