Files
CHIEFSOFT\ameye 5fa3259909 New page data
2025-11-08 18:07:02 -05:00

14 lines
238 B
JavaScript

$(function () {
gsap.registerPlugin(ScrollTrigger, ScrollSmoother);
ScrollTrigger.normalizeScroll(false);
// create the smooth scroller FIRST!
let smoother = ScrollSmoother.create({
smooth: 2,
effects: true,
});
});