Skip to content

Commit

Permalink
changed fade speed to milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
cgray committed Dec 18, 2018
1 parent f43c575 commit 09ebe10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.js.example
Expand Up @@ -7,6 +7,6 @@ var config = {
'propresenter_port' : 60157, //port from Network NOT Stage Display App
'propresenter_password' : 'av', //password from Stage Display App
'fade' : true,
'fade_speed' : "fast",
'fade_speed' : 200, // milliseconds 600 slow, 400 normal, 200 fast
'fade_repeated_text' : true // set true to fade in/out repeated text
};
3 changes: 0 additions & 3 deletions index.html
Expand Up @@ -30,9 +30,6 @@
// error sending
});

if (config['fade'] && !config['fade_seed']){
config['fade_speed'] = 'fast';
}
prev_text = '';

// reconnected listening
Expand Down
2 changes: 1 addition & 1 deletion stylesheet.css
Expand Up @@ -28,5 +28,5 @@ I use their database of information on a regular bases, and it can help you get
letter-spacing: 1px;
position: absolute;
bottom: 0;
text-shadow: 2px 2px 4px black;
text-shadow: 3px 3px 4px black;
}

0 comments on commit 09ebe10

Please sign in to comment.