mirror of
https://github.com/Rushilwiz/tjld.git
synced 2025-04-09 15:00:17 -04:00
16 lines
289 B
JavaScript
Executable File
16 lines
289 B
JavaScript
Executable File
var options = {
|
|
strings: [
|
|
"every Friday 8A",
|
|
"at the #1 highschool in the nation",
|
|
"taught by TJ's brightest",
|
|
],
|
|
typeSpeed: 40,
|
|
backSpeed: 20,
|
|
startDelay: 1000,
|
|
backDelay: 5000,
|
|
loop: true,
|
|
shuffle: true,
|
|
};
|
|
|
|
var typed = new Typed("#hero-subtitle", options);
|