From 7c7b0cc97047f12dcc4040e476283d2181a6136f Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 18 May 2022 23:12:34 +0200 Subject: [PATCH] :dizzy: Add animations to the AppShelf --- src/components/AppShelf/AppShelf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShelf/AppShelf.tsx b/src/components/AppShelf/AppShelf.tsx index cd4a97d78..10cbee4ec 100644 --- a/src/components/AppShelf/AppShelf.tsx +++ b/src/components/AppShelf/AppShelf.tsx @@ -40,7 +40,7 @@ export function AppShelfItem(props: any) { scale: [0.9, 1.06, 1], rotate: [0, 5, 0], }} - transition={{ duration: 0.6, ease: 'easeInOut' }} + transition={{ duration: 0.6, type: 'spring', damping: 10, mass: 0.75, stiffness: 100 }} key={service.name} onHoverStart={() => { setHovering(true);