More animation tweaks
This commit is contained in:
@@ -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) }
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user