Reduced the speed of events marquee - #4363
This commit is contained in:
parent
57fcfee36c
commit
2bc57b9561
|
@ -17,7 +17,7 @@ error_reporting(1);
|
|||
$MAX_MARQUEE_EVENTS = 10;
|
||||
$MARQUEE_INTERVAL = 90;
|
||||
$MARQUEE_FONT_SIZE = '32px';
|
||||
$MARQUEE_SPEED = 12;
|
||||
$MARQUEE_SPEED = 9;
|
||||
|
||||
$output = '';
|
||||
|
||||
|
|
Loading…
Reference in New Issue