Skip to content

Commit

Permalink
Merge pull request #207 from JeelRajodiya/improvements/small
Browse files Browse the repository at this point in the history
style: animation changed
  • Loading branch information
Codesmith28 authored Aug 5, 2023
2 parents 701b9c4 + a6282e7 commit 8dd3eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UserListItem/UserListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function UserListItem({
const isFaculty = userData.role === "Faculty";

const itemVariants = {
hidden: { opacity: 0, x: -800 },
hidden: { opacity: 0, x: -50 },
visible: { opacity: 1, x: 0 },
};

Expand Down

0 comments on commit 8dd3eef

Please sign in to comment.