Browse Source

ceshi

dev_trial
wenlele 2 years ago
parent
commit
4ba0582f95
  1. 4
      code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx

4
code/VideoAccess-VCMP/web/client/src/components/textScroll.jsx

@ -78,9 +78,9 @@ function TextScroll (props) {
text = window.requestAnimationFrame(scroll)
cancel.current = text
}
console.log(44444);
window.requestAnimationFrame(scroll)
// window.requestAnimationFrame(scroll)
console.log(44444);
}
}
}, [content, roll])

Loading…
Cancel
Save