File tree 1 file changed +0
-7
lines changed
space-worms/components/ParallaxExample
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -18,32 +18,26 @@ export default function ParallaxExample() {
18
18
const parallax1 = useParallax ( {
19
19
speed : - 40 ,
20
20
rotate : [ - 30 , 30 ] ,
21
- // scale: [1, 1.2],
22
21
} ) ;
23
22
const parallax2 = useParallax ( {
24
23
speed : - 20 ,
25
24
rotate : [ - 30 , 50 ] ,
26
- // scale: [1, 0.9],
27
25
} ) ;
28
26
const parallax3 = useParallax ( {
29
27
speed : 10 ,
30
28
rotate : [ - 60 , 0 ] ,
31
- // scale: [1, 1.2],
32
29
} ) ;
33
30
const parallax4 = useParallax ( {
34
31
speed : 20 ,
35
32
rotate : [ - 30 , 50 ] ,
36
- // scale: [1, 0.9],
37
33
} ) ;
38
34
const parallax5 = useParallax ( {
39
35
speed : 40 ,
40
36
rotate : [ - 30 , 30 ] ,
41
- // scale: [1, 1.2],
42
37
} ) ;
43
38
const parallax6 = useParallax ( {
44
39
speed : 60 ,
45
40
rotate : [ - 30 , 50 ] ,
46
- // scale: [1, 0.9],
47
41
} ) ;
48
42
49
43
return (
@@ -82,7 +76,6 @@ export default function ParallaxExample() {
82
76
< Spaceworms zIndex = "4" />
83
77
< Spaceworms zIndex = "3" />
84
78
< Spaceworms zIndex = "5" />
85
- { /* <Spaceworms zIndex="6" /> */ }
86
79
</ div >
87
80
< img
88
81
src = { worm1 }
You can’t perform that action at this time.
0 commit comments