update assets part 6

This commit is contained in:
2022-11-23 08:57:49 +00:00
parent c83e9fb93b
commit 608277f7de
1000 changed files with 152629 additions and 943 deletions

View File

@@ -40,3 +40,15 @@ function cookieSet(cname) {
}
return false;
}
var spy = new Gumshoe('#scrollspy-subNav a', {
/***** Scrollspy *****/ // Active classes
navClass: 'active', // applied to the nav list item
});
/***** SmoothScroll *****/ // All animations will take exactly 500ms
var scroll = new SmoothScroll('a[href*="#"]', {
speed: 750,
speedAsDuration: true,
easing: 'easeInOutQuad'
});