盒子动画配置选项

interface BoxAnimationConfig {
    color?: string;
    hideLabels?: boolean;
}

Properties

Properties

color?: string

动画颜色,默认为 #4DF0FF

hideLabels?: boolean

是否在动画期间隐藏标签并在完成后缓动显示,默认为 false