Skip to content

Commit 925c1a4

Browse files
fergusbissetclaude
andcommitted
Remove unused GSAP props from ParallaxScene
- Removed scrub, scrollStart, scrollEnd, debugMarkers, and pinSpacing props that were only used for GSAP ScrollTrigger configuration - These variables were causing TypeScript unused variable warnings - Component continues to work with native scroll events 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 659bdc7 commit 925c1a4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/Parallax/ParallaxScene.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,7 @@ export const ParallaxScene: React.FC<ParallaxSceneProps> = (props) => {
123123
axis = "xy",
124124
height = 520,
125125
strength = 120,
126-
scrub = 0.3,
127-
scrollStart = "top bottom",
128-
scrollEnd = "bottom top",
129-
debugMarkers = false,
130126
pin = false,
131-
pinSpacing = true,
132127
reducedMotion = "auto",
133128
callout,
134129
className,

0 commit comments

Comments
 (0)