first commit
This commit is contained in:
BIN
html/assets/js/@eaDir/custom.js@SynoEAStream
Normal file
BIN
html/assets/js/@eaDir/custom.js@SynoEAStream
Normal file
Binary file not shown.
BIN
html/assets/js/@eaDir/jquery.js@SynoEAStream
Normal file
BIN
html/assets/js/@eaDir/jquery.js@SynoEAStream
Normal file
Binary file not shown.
BIN
html/assets/js/@eaDir/valde.min.js@SynoEAStream
Normal file
BIN
html/assets/js/@eaDir/valde.min.js@SynoEAStream
Normal file
Binary file not shown.
19
html/assets/js/custom.js
Normal file
19
html/assets/js/custom.js
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
(function($) {
|
||||
'use strict';
|
||||
|
||||
// Main Navigation
|
||||
$( '.hamburger-menu' ).on( 'click', function() {
|
||||
$(this).toggleClass('close');
|
||||
$('.site-branding').toggleClass('hide');
|
||||
$('.site-navigation').toggleClass('show');
|
||||
$('.site-header').toggleClass('no-shadow');
|
||||
});
|
||||
|
||||
// Scroll to Next Section
|
||||
$( '.scroll-down' ).click(function() {
|
||||
$( 'html, body' ).animate({
|
||||
scrollTop: $( '.scroll-down' ).offset().top + 100
|
||||
}, 800 );
|
||||
});
|
||||
})(jQuery);
|
||||
6
html/assets/js/jquery.js
vendored
Normal file
6
html/assets/js/jquery.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
html/assets/js/valde.min.js
vendored
Normal file
1
html/assets/js/valde.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user