diff --git a/components/Common/Loader.vue b/components/Common/Loader.vue index 825c4b3f..747663c7 100644 --- a/components/Common/Loader.vue +++ b/components/Common/Loader.vue @@ -93,8 +93,8 @@ onMounted(() => { | 6. Fade in and move the header container into view | */ - tl.to(".loader-wrap-heading .load-text , .loader-wrap-heading .cont", { delay: 1.5, y: -100, opacity: 0, }); - tl.to(svg, { duration: 0.5, attr: { d: curve }, ease: "power2.easeIn", }).to(svg, { duration: 0.5, attr: { d: flat }, ease: "power2.easeOut", }); + tl.to(".loader-wrap-heading .load-text , .loader-wrap-heading .cont", { delay: 0.1, y: -100, opacity: 0, }); + tl.to(svg, { duration: 0.3, attr: { d: curve }, ease: "power2.easeIn", }).to(svg, { duration: 0.3, attr: { d: flat }, ease: "power2.easeOut", }); tl.to(".loader-wrap", { y: -1500, }); tl.to(".loader-wrap", { zIndex: -1, display: "none", }); tl.from("header", { y: 200 }, "-=1.5"); diff --git a/public/assets/imgs/works/full/1.png b/public/assets/imgs/works/full/1.png index de1598bd..747af1ba 100644 Binary files a/public/assets/imgs/works/full/1.png and b/public/assets/imgs/works/full/1.png differ diff --git a/public/assets/imgs/works/full/2.png b/public/assets/imgs/works/full/2.png index 6da16b57..14e55d21 100644 Binary files a/public/assets/imgs/works/full/2.png and b/public/assets/imgs/works/full/2.png differ diff --git a/public/assets/imgs/works/full/3.png b/public/assets/imgs/works/full/3.png index 5306b0e2..5785a9ff 100644 Binary files a/public/assets/imgs/works/full/3.png and b/public/assets/imgs/works/full/3.png differ diff --git a/public/assets/imgs/works/full/4.png b/public/assets/imgs/works/full/4.png index 40ff4268..6b762dbb 100644 Binary files a/public/assets/imgs/works/full/4.png and b/public/assets/imgs/works/full/4.png differ