Skip to content

NumberRoll 数字滚动

NumberRoll, 一个使用 CSS 3D perspective 实现的数字滚动可视化组件,支持平滑的数字切换动画效果

基础用法

loading

自定义样式

loading

API

Props

参数说明类型默认值
modelValue当前显示的数字number0
width单个数字位的宽度`numberstring`
height单个数字位的高度`numberstring`
fontSize字体大小`numberstring`
textColor文字颜色string#ffffff
backgroundColor背景颜色string#1a1a2e
borderColor边框颜色string#4a4a6a
showBorder是否显示边框booleantrue
transitionDuration动画持续时间(毫秒)number600
fontFamily字体string'Arial, sans-serif'
useGradient是否使用渐变背景booleantrue

Events

事件名说明回调参数
update:modelValue值改变时触发number

Released under the MIT License.