New page data

This commit is contained in:
CHIEFSOFT\ameye
2025-11-08 18:07:02 -05:00
parent d4ecc1bcfb
commit 5fa3259909
88 changed files with 10728 additions and 1 deletions
+14
View File
@@ -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,
});
});