javascript - Ascii Art Animation in Browser - Stack Overflow
Need help creating ASCII "animation" for Website
Cool Ascii Animation using an Image Sprite, Canvas, and Javascript
2,000 lines of Python code to make this scrolling ASCII art animation: "The Forbidden Zone"
Videos
I am currently creating a design portfolio website and need help with creating an ASCII logo which changes the ascii characters it uses to reveal the logo. (see Midjourney's website) When you load/reload their desktop landing page, the logo transforms from a bunch of random ASCII characters (figure 1) generates more random ASCII letters, before turning into a readable ASCII text logo. (figure 2) It is also selectable text, not just an embedded mp4 video. Also here is another screenshot of what I'm talking about (figure 3) So far I currently just have a created the still ASCII logo in Figma using a text box and have the CSS code for it. I'm guessing I use string manipulation and replace ASCII characters used with other random ones in a for-loop. What language would I need to use to create this effect and how would I then display it on the webpage.
FYI I don't have much or any experience in CSS html and JS and have only programmed in C#, python, and VB.net, so any help would be much appreciated and also links to resources which might help me would be too!