progress
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
setInterval( backgroundSwitching, 10000 );
|
||||
setInterval( backgroundSwitching, 7500 );
|
||||
|
||||
let id = 2;
|
||||
|
||||
|
||||
@@ -17,14 +17,14 @@ $( document ).ready( function () {
|
||||
|
||||
trackProgress();
|
||||
|
||||
let timeout = setTimeout( showScrollHint, 10000 );
|
||||
let timeout = setTimeout( showScrollHint, 5000 );
|
||||
|
||||
if ( currentlyShowing >= revealables.length ) {
|
||||
clearTimeout( timeout );
|
||||
}
|
||||
|
||||
function showScrollHint () {
|
||||
if ( !sessionStorage.getItem( 'menuOpen' ) ) {
|
||||
if ( sessionStorage.getItem( 'menuOpen' ) == 'false' ) {
|
||||
$( '#scroll-hint' ).fadeIn( 300 );
|
||||
} else {
|
||||
timeout = setTimeout( showScrollHint, 10000 );
|
||||
|
||||
Reference in New Issue
Block a user