/* Custom settings for iTyped.js */ var initTyped = document.getElementById("ityped"); if (initTyped) { ityped.init(document.querySelector(".ityped-wrap"), { strings: ["Pensées, histoires et idées"], showCursor: true, typeSpeed: 150, startDelay: 500, backDelay: 5000 }); }