Skip to content

Commit

Permalink
UI Updates and Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Oct 27, 2024
1 parent c256da8 commit cd7cb99
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 149 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@
"tailwindcss-debug-screens": "^2.2.1",
"typescript": "^5.6.3"
}
}
}
12 changes: 6 additions & 6 deletions src/components/home/ui/AnimatedServiceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ const IconSkeleton = ({ item }: Readonly<{ item: IServiceItem }>) => {
],
];

useEffect(() => {
animate(sequence, {
repeat: Infinity,
repeatDelay: 1,
});
}, []);
// useEffect(() => {
// animate(sequence, {
// repeat: Infinity,
// repeatDelay: 1,
// });
// }, []);

return (
<div className="overflow-hidden h-full relative flex items-center justify-center">
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar/FloatingNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const FloatingNavbar = ({
</span>
<span className="hidden sm:block text-sm/6 lg:text-base relative overflow-hidden">
<span className="relative z-10">{navItem.name}</span>
<span className="absolute inset-0 text-[var(--primaryColor)] transition-transform transform translate-y-full group-hover:translate-y-0 duration-500 ease-in-out z-10">
<span className="absolute inset-0 text-[var(--primaryColor)] transition-transform transform translate-y-full group-hover:translate-y-0 duration-300 ease-in-out z-10">
{navItem.name}
</span>
</span>
Expand Down
72 changes: 0 additions & 72 deletions src/components/projects/Section1.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions src/components/projects/Section2.tsx

This file was deleted.

48 changes: 0 additions & 48 deletions src/components/projects/components/ScreenshotGallery.tsx

This file was deleted.

0 comments on commit cd7cb99

Please sign in to comment.