L'animation des mots du nuage était à 7000ms pour du debug, je l'ai remise à 700.

This commit is contained in:
Georges Dupéron 2011-04-22 21:20:38 +02:00
parent c705cdb6dd
commit 12dda39f49

View File

@ -138,7 +138,7 @@ function game() {
}
function animateNext(click, button) {
var duration = 7000;
var duration = 700;
var mn = $("#mn-caption");