We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564743e commit f851135Copy full SHA for f851135
js/app.js
@@ -108,7 +108,7 @@ $(function() {
108
span_item.addClass('active').css('transition-delay', delay + "ms")
109
});
110
111
- }, 1000);
+ }, 1500);
112
113
setTimeout(function() {
114
$( ".banner-jwt p.paragraph-2 span" ).each(function( i ) {
@@ -118,17 +118,17 @@ $(function() {
118
119
120
121
- }, 3000);
+ }, 3500);
122
123
124
if($('body').hasClass('introduction')) {
125
$('.banner-jwt').addClass('collapsed');
126
}
127
- }, 4500);
+ }, 5000);
128
129
130
$('body').removeClass('introduction');
131
- }, 5100);
+ }, 5600);
132
133
134
0 commit comments