linterna-magica-commit
[Top][All Lists]
Advanced

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

[linterna-magica-commit] [385] Reduced number of dots while the plugin i


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [385] Reduced number of dots while the plugin is buffering/loading.
Date: Tue, 01 Jan 2013 15:54:41 +0000

Revision: 385
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=385
Author:   valkov
Date:     2013-01-01 15:54:41 +0000 (Tue, 01 Jan 2013)
Log Message:
-----------
Reduced number of dots while the plugin is buffering/loading. This
should not displace the logo in the interface when the size is lower
(between 300px and 400px).

Modified Paths:
--------------
    trunk/src/lm_player_button_functions.js

Modified: trunk/src/lm_player_button_functions.js
===================================================================
--- trunk/src/lm_player_button_functions.js     2013-01-01 15:41:51 UTC (rev 
384)
+++ trunk/src/lm_player_button_functions.js     2013-01-01 15:54:41 UTC (rev 
385)
@@ -265,7 +265,7 @@
     // Add some moving text
     if (time.state)
     {
-       var dots = Math.random()*10;
+       var dots = Math.random()*7;
        for (var d=0; d <dots ; d ++)
        {
            time.state += ".";




reply via email to

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