Line 107: | Line 107: | ||
qsa("[data-typer]").forEach( | qsa("[data-typer]").forEach( | ||
function(e,i){setTimeout(function typeItt() { | function(e,i){setTimeout(function typeItt() { | ||
+ | console.log(e); | ||
if (cht > e.dataset.typer.length)return; | if (cht > e.dataset.typer.length)return; | ||
if(e.dataset.typer[cht]!="<") | if(e.dataset.typer[cht]!="<") |
Revision as of 19:39, 30 October 2017