about summary refs log tree commit diff
path: root/src/lib/custom-animations/LikeIcon.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/custom-animations/LikeIcon.web.tsx')
-rw-r--r--src/lib/custom-animations/LikeIcon.web.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/custom-animations/LikeIcon.web.tsx b/src/lib/custom-animations/LikeIcon.web.tsx
index ef330bc62..9a70212fe 100644
--- a/src/lib/custom-animations/LikeIcon.web.tsx
+++ b/src/lib/custom-animations/LikeIcon.web.tsx
@@ -10,7 +10,7 @@ import {
 } from '#/components/icons/Heart2'
 
 const animationConfig = {
-  duration: 400,
+  duration: 600,
   easing: 'cubic-bezier(0.4, 0, 0.2, 1)',
   fill: 'forwards' as FillMode,
 }