inc type speed

This commit is contained in:
cracker 2018-09-03 15:19:35 +02:00
parent c58cb8685e
commit 48a43d0fb3

View File

@ -395,7 +395,7 @@ function setAnswer(index, answer) {
}
el.typed({
strings: [answer],
typeSpeed: 10,
typeSpeed: 1,
showCursor: false,
cursorChar: "",
fadeOut: true,