Skip to content

Commit

Permalink
Merge pull request #3 from 6degrees/fixes
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
MarwanMohamed authored Sep 25, 2024
2 parents fa80197 + 2018aea commit d85b978
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Common/Loader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
Binary file modified public/assets/imgs/works/full/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/imgs/works/full/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/imgs/works/full/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/assets/imgs/works/full/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d85b978

Please sign in to comment.