Reduced the speed of events marquee - #4363

This commit is contained in:
Tatiana Llorente 2019-08-09 12:50:07 +02:00
parent 57fcfee36c
commit 2bc57b9561
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';