New page data
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
$(function () {
|
||||
|
||||
gsap.registerPlugin(ScrollTrigger, ScrollSmoother);
|
||||
|
||||
ScrollTrigger.normalizeScroll(false);
|
||||
|
||||
// create the smooth scroller FIRST!
|
||||
let smoother = ScrollSmoother.create({
|
||||
smooth: 2,
|
||||
effects: true,
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user