We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6b757 commit 651bf5eCopy full SHA for 651bf5e
src/layouts/NormalLayout.tsx
@@ -53,7 +53,7 @@ export const NormalLayout: React.FC<
53
value,
54
[-1, 0, 1],
55
[-size, 0, size],
56
- Extrapolate.CLAMP
+ Extrapolate.EXTEND
57
);
58
59
return {
src/layouts/ParallaxLayout.tsx
@@ -62,7 +62,7 @@ export const ParallaxLayout: React.FC<
62
0,
63
size - parallaxScrollingOffset,
64
],
65
66
67
68
const zIndex = interpolate(
0 commit comments