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 060d04e commit 9edc3d5Copy full SHA for 9edc3d5
stories/Parallax/1_ParallaxVertical.stories.tsx
@@ -148,11 +148,11 @@ export const WithAHundredElements = () => {
148
{elements.map((_, i) => {
149
const even = i % 2 === 0;
150
const props = {
151
- x: [
+ translateX: [
152
even ? `${offset}%` : `${-offset}%`,
153
even ? `${-offset}%` : `${offset}%`,
154
],
155
- y: [
+ translateY: [
156
157
158
0 commit comments