Skip to content

v2.1.49

Choose a tag to compare

@graphieros graphieros released this 13 May 06:21
· 3103 commits to master since this release

VueUiDumbbell :

Added optional animation.
Config was slightly modified as animation is not achieved through css, so this is a slight breaking change from v2.1.44.

config.useCssAnimation is deprecated on this component, and replaced with:

config.useAnimation: boolean;
config.animationSpeed: number;