Uses of Enum Class
com.infraleap.animatecss.Animated.Animation
-
Uses of Animated.Animation in com.infraleap.animatecss
Methods in com.infraleap.animatecss that return Animated.AnimationModifier and TypeMethodDescriptionstatic Animated.AnimationReturns the enum constant of this class with the specified name.static Animated.Animation[]Animated.Animation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.infraleap.animatecss with parameters of type Animated.AnimationModifier and TypeMethodDescriptiondefault voidAnimated.animate(Animated.Animation anim) default voidAnimated.animate(Animated.Animation anim, Animated.Modifier mod) static voidAnimated.animate(com.vaadin.flow.component.HasElement component, Animated.Animation anim) static voidAnimated.animate(com.vaadin.flow.component.HasElement component, Animated.Animation anim, Animated.Modifier mod) static voidAnimated.animate(com.vaadin.flow.component.HasStyle component, Animated.Animation anim) static voidAnimated.animate(com.vaadin.flow.component.HasStyle component, Animated.Animation anim, Animated.Modifier mod)