[37288f42] speed: reduce scroll distance for slide 0 to make tool transitions faster

This commit is contained in:
2026-06-02 23:30:16 +00:00
parent 2c23c7be5f
commit b0218a6a3c

View File

@@ -669,7 +669,7 @@
scrollTrigger: {
trigger: "#slide0",
start: "top top",
end: "+=3500",
end: "+=1500",
pin: true,
scrub: 0.5,
}