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