简体   繁体   中英

How to scroll text from left to right in canvas

我想使用javascript在画布中以可滚动的形式从左到右显示输入的文本。

you can use css for that just add this ccs-rule to your canvas:

#Canvas{
overflow-x:scroll;
}

Example: https://codepen.io/Joachim8790/pen/odQXzg

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM