updates
This commit is contained in:
parent
fafa7f010e
commit
e3768e06f5
@ -43,18 +43,20 @@ const GeneralLayout = ({ children, pageName }) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// gsap.to("#main-content-wrapper", {
|
gsap.to("#main-content-wrapper", {
|
||||||
// opacity: 1,
|
opacity: 1,
|
||||||
// duration: 2,
|
duration: 2,
|
||||||
// delay: 1
|
delay: 1
|
||||||
|
})
|
||||||
|
|
||||||
|
// gsap.to("#page-loader", {
|
||||||
|
// opacity: 0,
|
||||||
|
// duration: 0.5,
|
||||||
|
// delay: 1,
|
||||||
|
// pointerEvents: "none"
|
||||||
// })
|
// })
|
||||||
|
|
||||||
gsap.to("#page-loader", {
|
// document.getElementById("page-loader").style.opacity
|
||||||
opacity: 0,
|
|
||||||
duration: 0.5,
|
|
||||||
delay: 1,
|
|
||||||
pointerEvents: "none"
|
|
||||||
})
|
|
||||||
|
|
||||||
threeJsAnimations();
|
threeJsAnimations();
|
||||||
}, [])
|
}, [])
|
||||||
|
Loading…
Reference in New Issue
Block a user