commit 12dda39f49d5c326f5541fc33d76739c51501f24
parent c705cdb6dd4778feee6bd4a48d3a43a2890a9ecc
Author: Georges Dupéron <jahvascriptmaniac+github@free.fr>
Date: Fri, 22 Apr 2011 21:20:38 +0200
L'animation des mots du nuage était à 7000ms pour du debug, je l'ai remise à 700.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/serveur/php/ressources/pticlic.js b/code/serveur/php/ressources/pticlic.js
@@ -138,7 +138,7 @@ function game() {
}
function animateNext(click, button) {
- var duration = 7000;
+ var duration = 700;
var mn = $("#mn-caption");