noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/09: Esthétique : animation for todo list


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/09: Esthétique : animation for todo list
Date: Sun, 17 May 2015 15:10:24 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1863c89c35e7a1de8b191600d524ee222c7b0223
Author: Dany De Bontridder <address@hidden>
Date:   Sat May 16 18:59:35 2015 +0200

    Esthétique : animation for todo list
---
 html/js/scripts.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/js/scripts.js b/html/js/scripts.js
index 2aa072e..80c6ae5 100644
--- a/html/js/scripts.js
+++ b/html/js/scripts.js
@@ -698,10 +698,10 @@ function waiting_box()
     if ($('wait_box')) {
         removeDiv('wait_box');
     }
-    obj.effect = 'none';
-    add_div(obj);
     $('info_div').innerHTML = 'Un instant';
     $('info_div').style.display = "block";
+    add_div(obj);
+    $('wait_box').setOpacity(0.7);
 
 }
 /**



reply via email to

[Prev in Thread] Current Thread [Next in Thread]