diff options
author | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-14 22:02:01 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-14 22:02:01 +0800 |
commit | f6c173a97e3ad4c7a17024726151d7e747d01014 (patch) | |
tree | 9b47cb19e8238e5c569f7af50a5d9444ed6d5c0b /packages/website | |
parent | ef403108fb0f5ed2798bc7eb59fa487c323ac1fb (diff) | |
download | dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.tar dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.tar.gz dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.tar.bz2 dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.tar.lz dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.tar.xz dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.tar.zst dexon-sol-tools-f6c173a97e3ad4c7a17024726151d7e747d01014.zip |
Edits animation
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/@next/components/animatedChatIcon.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
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 = () => ( <Bubble> <path vector-effect="non-scaling-stroke" d="M113 75C113 85.3064 108.897 94.6546 102.235 101.5C98.4048 105.436 71 132.5 71 132.5V112.792C51.8933 110.793 37 94.6359 37 75C37 54.0132 54.0132 37 75 37C95.9868 37 113 54.0132 113 75Z" stroke="#00AE99" strokeWidth="3"/> <Dot delay={0} vector-effect="non-scaling-stroke" cx="75" cy="75" r="4" stroke="#00AE99" strokeWidth="3"/> - <Dot delay={5.6} vector-effect="non-scaling-stroke" cx="91" cy="75" r="4" stroke="#00AE99" strokeWidth="3"/> - <Dot delay={-5.8} vector-effect="non-scaling-stroke" cx="59" cy="75" r="4" stroke="#00AE99" strokeWidth="3"/> + <Dot delay={5.4} vector-effect="non-scaling-stroke" cx="91" cy="75" r="4" stroke="#00AE99" strokeWidth="3"/> + <Dot delay={-5.6} vector-effect="non-scaling-stroke" cx="59" cy="75" r="4" stroke="#00AE99" strokeWidth="3"/> </Bubble> </svg> ); @@ -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); } `; |