Class AnimationBuilder
java.lang.Object
de.mekaso.vaadin.addon.compani.animation.AnimationBuilder
- Author:
- Meik Kaufmann Builder for animation of all types.
-
Method Summary
Modifier and TypeMethodDescription<T extends Animation>
TCreate an animation.static AnimationBuildercreateBuilderFor(com.vaadin.flow.component.HasStyle animatedComponent) Create an animation builder.
-
Method Details
-
createBuilderFor
public static AnimationBuilder createBuilderFor(com.vaadin.flow.component.HasStyle animatedComponent) Create an animation builder.- Parameters:
animatedComponent- the animated component- Returns:
- the builder
-
create
Create an animation.- Type Parameters:
T- the type- Parameters:
type- the type class- Returns:
- an animation
-