From f6c173a97e3ad4c7a17024726151d7e747d01014 Mon Sep 17 00:00:00 2001 From: Ezekiel Aquino Date: Fri, 14 Dec 2018 15:02:01 +0100 Subject: Edits animation --- packages/website/ts/@next/components/animatedChatIcon.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/website/ts') diff --git a/packages/website/ts/@next/components/animatedChatIcon.tsx b/packages/website/ts/@next/components/animatedChatIcon.tsx index ea97daf48..5e46497fd 100644 --- a/packages/website/ts/@next/components/animatedChatIcon.tsx +++ b/packages/website/ts/@next/components/animatedChatIcon.tsx @@ -13,8 +13,8 @@ export const AnimatedChatIcon = () => ( - - + + ); @@ -27,11 +27,11 @@ const scale = keyframes` `; const fadeInOut = keyframes` - 0%, 50%, 54%, 100% { + 0%, 50%, 70%, 100% { transform: initial; } - 25% { + 60% { transform: translateY(-5px); } `; -- cgit v1.2.3