File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ <h3>Let's Talk</h3>
56
56
> </ path >
57
57
</ svg >
58
58
</ button >
59
+ < div id ="nav-bottom "> </ div >
59
60
</ nav >
60
61
< div id ="main ">
61
62
< div id ="page1 ">
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ function navAnimation() {
50
50
scrollTrigger : {
51
51
trigger : "#page1" ,
52
52
scroller : "body" ,
53
- // markers: true,
53
+ markers : true ,
54
54
//Markrs to see strt and end of scroll trigger
55
- start : "top 50 %" ,
55
+ start : "top 30 %" ,
56
56
scrub : true ,
57
57
} ,
58
58
} ) ;
@@ -242,9 +242,9 @@ function loadingAnimaton() {
242
242
243
243
// LocomotiveAnimation();
244
244
245
- // loadingAnimaton();
246
- // navAnimation();
247
- // page2Animation();
248
- // // page3VideoAnimation();
249
- // page4Videonimation();
250
- // page6Animation();
245
+ loadingAnimaton ( ) ;
246
+ navAnimation ( ) ;
247
+ page2Animation ( ) ;
248
+ // page3VideoAnimation();
249
+ page4Videonimation ( ) ;
250
+ page6Animation ( ) ;
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ nav button svg {
111
111
} */
112
112
113
113
# nav-bottom {
114
- width : 79 % ;
114
+ width : 86.2 % ;
115
115
height : 0vh ;
116
116
position : absolute;
117
117
/* background-color: red; */
You can’t perform that action at this time.
0 commit comments