Commit 5ad28b15 authored by wu.hui's avatar wu.hui

feat: up

parent a17769b4
...@@ -475,14 +475,11 @@ window.onload = () => { ...@@ -475,14 +475,11 @@ window.onload = () => {
) )
// 数据统计数字滚动 // 数据统计数字滚动
const width = 39
const height = 50
let beforeNumArr = ['00000', '00000', '00000', '00000'] let beforeNumArr = ['00000', '00000', '00000', '00000']
let afterNumArr = ['35345', '83460', '36765', '36465'] let afterNumArr = ['35345', '83460', '36765', '36465']
// 初始化 // 初始化
createMultiSrollNum(beforeNumArr) createMultiSrollNum(afterNumArr)
// 添加动画 // 添加动画
// addMultiDigitAnimate(beforeNumArr, afterNumArr) // addMultiDigitAnimate(beforeNumArr, afterNumArr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment