Skip to content

Commit

Permalink
Merge pull request #52 from pheralb/avatargroup-fix
Browse files Browse the repository at this point in the history
fix(avatargroup): tweak avatargroup animation values
  • Loading branch information
tmchein authored Aug 15, 2022
2 parents b6d8dec + e9fb263 commit b709aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/AvatarGroup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const AvatarGroup = ({
}?colors=264653,2a9d8f,e9c46a,f4a261,e76f51`
}
alt={alt || `${index}`}
className="hover:-translate-x-2 transition-transform duration-150 ease-in-out"
className="hover:-translate-x-2 transition-transform duration-200 ease-in"
type={props.type || "circle"}
size={size}
bordered={props.bordered}
Expand Down

0 comments on commit b709aae

Please sign in to comment.