Python Combat
All Files Functions Variables Pages
welcome.js File Reference

JAVASCRIPT FOR Welcome Page animation. More...

Functions

function typeWriter ()
 Return the ratio of the inline text length of the links in an element to the inline text length of the entire element. More...
 

Variables

var title = "Python Combat"
 Title of the webpage. More...
 
var i = 0
 Iterator for all letters in the word "Python Combat". More...
 
var speed = 150
 Speed of the animation. More...
 

Detailed Description

JAVASCRIPT FOR Welcome Page animation.

Author
Prolific Pythonists
Date
24-11-2022

Function Documentation

◆ typeWriter()

function typeWriter ( )

Return the ratio of the inline text length of the links in an element to the inline text length of the entire element.

Variable Documentation

◆ i

var i = 0

Iterator for all letters in the word "Python Combat".

◆ speed

var speed = 150

Speed of the animation.

◆ title

var title = "Python Combat"

Title of the webpage.