A Pen by jason chan

Developer
Size
1,888 Kb
Views
20,230

How do I make an a pen by jason chan?

What is a a pen by jason chan? How do you make a a pen by jason chan? This script and codes were developed by Jason Chan on 13 September 2022, Tuesday.

A Pen by jason chan Previews

A Pen by jason chan - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by jason chan</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="myTypingText" onclick="myFunction()"></div> <script src="js/index.js"></script>
</body>
</html>

A Pen by jason chan - Script Codes CSS Codes

A Pen by jason chan - Script Codes JS Codes

var myString = "The computer is alive and typing by itself. Creepy! Hi, I'm ghost writer!";
var myArray = myString.split("");
var loopTimer;
function frameLooper() {	if(myArray.length > 0) {	document.getElementById("myTypingText").innerHTML += myArray.shift();	} else {	clearTimeout(loopTimer); return false;	}	loopTimer = setTimeout('frameLooper()',70);
}
frameLooper();
function myFunction() { document.getElementById("myTypingText").innerHTML = "The computer is alive and typing by itself. Creepy! Hi, I'm ghost writer!"; clearTimeout(loopTimer);
}
A Pen by jason chan - Script Codes
A Pen by jason chan - Script Codes
Home Page Home
Developer Jason Chan
Username jasonchan
Uploaded September 13, 2022
Rating 3
Size 1,888 Kb
Views 20,230
Do you need developer help for A Pen by jason chan?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jason Chan (jasonchan) Script Codes
Create amazing art & images with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!