Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fdfb658

Browse files
authored
Update App.js
1 parent 706d3db commit fdfb658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JS/App.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ function LandingPageScrollTrigger() {
3333
LandingPageScrollTrigger
3434
.from('#LandingPageWrapper nav #logo a', {
3535
opacity: 0, y: "100%", ease: 'power3.out', duration: 2.2,
36-
}, 3)
36+
}, 3.5)
3737
.from('#LandingPageWrapper nav #listitems li a', {
3838
opacity: 0, y: "100%", ease: 'power3.out', duration: 2.2, stagger: 0.5,
39-
}, 3)
39+
}, 3.5)
4040
.from('#LandingPageWrapper #intro h2 div span', {
4141
opacity: 0, y: "100%", ease: "power3.out", duration: 3.1, stagger: 0.5,
4242
}, 0.5)
@@ -341,4 +341,4 @@ function OnLoad() {
341341

342342
window.onload = () => {
343343
OnLoad()
344-
}
344+
}

0 commit comments

Comments
 (0)