about summary refs log tree commit diff
path: root/src/lib/custom-animations/LikeIcon.web.tsx
diff options
context:
space:
mode:
authorRoscoe Rubin-Rottenberg <118622417+knotbin@users.noreply.github.com>2024-09-17 15:07:09 -0400
committerGitHub <noreply@github.com>2024-09-17 12:07:09 -0700
commit751375ce3c80b114753a586d320043ad49c2877a (patch)
treee1c88e6855818c96d01d9a4c5128e91bc2bb90be /src/lib/custom-animations/LikeIcon.web.tsx
parent2745cba3eae2e7f6dd803bbbb805599b2a99c834 (diff)
downloadvoidsky-751375ce3c80b114753a586d320043ad49c2877a.tar.zst
Make like animation on web same speed as mobile (#5391)
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,
 }