window.onload = function() { new Typed('#typing-text1', { strings: ["Cognitive Science ", "Computer Graphics 🫖"], typeSpeed: 50, // startDelay: 100, backDelay: 2000, fadeOut: false, backSpeed: 40, smartBackspace: true, loop: true, showCursor: false }); };