File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const BigChair = () => {
5
5
< section className = "big-chair-section section" >
6
6
< Scrollytelling . Root
7
7
defaults = { { ease : "linear" } }
8
- debug = { { label : "Big Chair" } }
8
+ // debug={{ label: "Big Chair" }}
9
9
>
10
10
< Scrollytelling . Pin
11
11
childHeight = { "100vh" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const Chateau = () => {
5
5
< section className = "chateau-section section" >
6
6
< Scrollytelling . Root
7
7
defaults = { { ease : "linear" } }
8
- debug = { { label : "QC" } }
8
+ // debug={{ label: "QC" }}
9
9
>
10
10
< Scrollytelling . Pin childHeight = { "100vh" } pinSpacerHeight = { "300vh" } top = { 0 } >
11
11
< img className = "fullscreen" src = "chateau-bg.png" > </ img >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const Finger = () => {
5
5
< section className = "finger-section section" >
6
6
< Scrollytelling . Root
7
7
defaults = { { ease : "linear" } }
8
- debug = { { label : "Finger" } }
8
+ // debug={{ label: "Finger" }}
9
9
>
10
10
< Scrollytelling . Pin childHeight = { "0" } pinSpacerHeight = { "300vh" } top = { 0 } >
11
11
< img className = "fullscreen" src = "mom-wo-finger.png" > </ img >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const HappyMothers = () => {
7
7
return (
8
8
< Scrollytelling . Root
9
9
defaults = { { ease : "linear" } }
10
- debug = { { label : "Happy Mothers" } }
10
+ // debug={{ label: "Happy Mothers" }}
11
11
start = "top bottom"
12
12
>
13
13
< div >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export const Intro = () => {
4
4
return (
5
5
< Scrollytelling . Root
6
6
defaults = { { ease : "linear" } }
7
- debug = { { label : "Intro" } }
7
+ // debug={{ label: "Intro" }}
8
8
>
9
9
< Scrollytelling . Pin childHeight = { "0" } pinSpacerHeight = { "100vh" } top = { 0 } >
10
10
< section className = "intro-section section" >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const LakeAtDusk = () => {
8
8
< section className = "lake-at-dusk-section section" >
9
9
< Scrollytelling . Root
10
10
defaults = { { ease : "linear" } }
11
- debug = { { label : "LakeAtDusk" } }
11
+ // debug={{ label: "LakeAtDusk" }}
12
12
end = { "bottom top" }
13
13
>
14
14
< Scrollytelling . Pin
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const MattCanoe = () => {
5
5
< section id = "matt-canoe" className = "matt-canoe-section section" >
6
6
< Scrollytelling . Root
7
7
defaults = { { ease : "linear" } }
8
- debug = { { label : "MattCanoe" } }
8
+ // debug={{ label: "MattCanoe" }}
9
9
>
10
10
< Scrollytelling . Pin
11
11
childHeight = { "100vh" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const MattSlide = () => {
6
6
< section className = "matt-slide-section section" >
7
7
< Scrollytelling . Root
8
8
defaults = { { ease : "linear" } }
9
- debug = { { label : "MattSlide" } }
9
+ // debug={{ label: "MattSlide" }}
10
10
end = { "bottom top" }
11
11
>
12
12
< Scrollytelling . Pin childHeight = { "100vh" } pinSpacerHeight = { "300vh" } >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const Zoe = () => {
5
5
< section className = "zoe-section section" >
6
6
< Scrollytelling . Root
7
7
defaults = { { ease : "linear" } }
8
- debug = { { label : "Zoe" } }
8
+ // debug={{ label: "Zoe" }}
9
9
>
10
10
< Scrollytelling . Pin
11
11
childHeight = { "100vh" }
You can’t perform that action at this time.
0 commit comments