Skip to content

Commit 346fc33

Browse files
committed
chore: cleanup
1 parent 891f834 commit 346fc33

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: space-worms/components/ParallaxExample/ParallaxExample.js

-7
Original file line numberDiff line numberDiff line change
@@ -18,32 +18,26 @@ export default function ParallaxExample() {
1818
const parallax1 = useParallax({
1919
speed: -40,
2020
rotate: [-30, 30],
21-
// scale: [1, 1.2],
2221
});
2322
const parallax2 = useParallax({
2423
speed: -20,
2524
rotate: [-30, 50],
26-
// scale: [1, 0.9],
2725
});
2826
const parallax3 = useParallax({
2927
speed: 10,
3028
rotate: [-60, 0],
31-
// scale: [1, 1.2],
3229
});
3330
const parallax4 = useParallax({
3431
speed: 20,
3532
rotate: [-30, 50],
36-
// scale: [1, 0.9],
3733
});
3834
const parallax5 = useParallax({
3935
speed: 40,
4036
rotate: [-30, 30],
41-
// scale: [1, 1.2],
4237
});
4338
const parallax6 = useParallax({
4439
speed: 60,
4540
rotate: [-30, 50],
46-
// scale: [1, 0.9],
4741
});
4842

4943
return (
@@ -82,7 +76,6 @@ export default function ParallaxExample() {
8276
<Spaceworms zIndex="4" />
8377
<Spaceworms zIndex="3" />
8478
<Spaceworms zIndex="5" />
85-
{/* <Spaceworms zIndex="6" /> */}
8679
</div>
8780
<img
8881
src={worm1}

0 commit comments

Comments
 (0)