Skip to content

Commit

Permalink
S
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Jul 11, 2024
1 parent 2b605c2 commit 14342cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/TextFlipper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const TextFlipper: React.FC = () => {
initial={{ opacity: 0, y: -20 }}
animate={{ opacity: 1, y: 0 }}
exit={{ opacity: 0, y: 10 }}
transition={{ duration: 0.8, ease: "easeInOut" }}
transition={{ duration: 0.8}}
className=" z-10 text-3xl sm:text-lg md:text-7xl text-thirdText font-bold"
>
{words[index]}
Expand Down

0 comments on commit 14342cb

Please sign in to comment.