aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/@next/components/animatedChatIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/ts/@next/components/animatedChatIcon.tsx')
-rw-r--r--packages/website/ts/@next/components/animatedChatIcon.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/website/ts/@next/components/animatedChatIcon.tsx b/packages/website/ts/@next/components/animatedChatIcon.tsx
index 4b7466877..feaa0631f 100644
--- a/packages/website/ts/@next/components/animatedChatIcon.tsx
+++ b/packages/website/ts/@next/components/animatedChatIcon.tsx
@@ -32,8 +32,8 @@ export const AnimatedChatIcon = () => (
const scale = keyframes`
0% { transform: scale(1.2) }
- 10% { transform: scale(1) }
- 90% { transform: scale(1) }
+ 15% { transform: scale(1) }
+ 85% { transform: scale(1) }
100% { transform: scale(1.2) }
`;