Skip to content

Commit f851135

Browse files
committed
minor fix
1 parent 564743e commit f851135

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ $(function() {
108108
span_item.addClass('active').css('transition-delay', delay + "ms")
109109
});
110110
});
111-
}, 1000);
111+
}, 1500);
112112

113113
setTimeout(function() {
114114
$( ".banner-jwt p.paragraph-2 span" ).each(function( i ) {
@@ -118,17 +118,17 @@ $(function() {
118118
span_item.addClass('active').css('transition-delay', delay + "ms")
119119
});
120120
});
121-
}, 3000);
121+
}, 3500);
122122

123123
setTimeout(function() {
124124
if($('body').hasClass('introduction')) {
125125
$('.banner-jwt').addClass('collapsed');
126126
}
127-
}, 4500);
127+
}, 5000);
128128

129129
setTimeout(function() {
130130
$('body').removeClass('introduction');
131-
}, 5100);
131+
}, 5600);
132132

133133
});
134134

0 commit comments

Comments
 (0)