infinite scrolling code-like things on webpage.
Written in pure JS, no libraries required!
- Include
codeScroll.jsin your HTML file<script src="codeScroll.js"></script> - Create a canvas inside a
divcontainer. - Give the canvas an ID of
infinite-code-scrolland the containercode-scroll-container. - Configure colors and setup variables in
codeScroll.js
