L'animation des mots du nuage était à 7000ms pour du debug, je l'ai remise à 700.
This commit is contained in:
parent
c705cdb6dd
commit
12dda39f49
|
@ -138,7 +138,7 @@ function game() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function animateNext(click, button) {
|
function animateNext(click, button) {
|
||||||
var duration = 7000;
|
var duration = 700;
|
||||||
|
|
||||||
var mn = $("#mn-caption");
|
var mn = $("#mn-caption");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user