ButtonPlus 按钮进化
定制特效按钮
Interactive Button
按钮进入动画
<template>
<vr-button-plus type="interactive">Interactive</vr-button-plus>
</template>
Rainbow Button
按钮环绕光效
<template>
<vr-button-plus type="rainbow" speed="2">Rainbow</vr-button-plus>
</template>
Ripple Button
点击涟漪效果
Ripple
<template>
<vr-button-plus type="ripple" rippleColor="#ADD8E6">Ripple</vr-button-plus>
</template>
配置参数
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
type | 特效类型 | 'interactive' /'rainbow' /'ripple' | 'interactive' |
speed | 流光速度(Rainbow独有) | number | 2 |
rippleColor | 涟漪色彩(Ripple独有) | string | #ADD8E6 |