Skip to content

Commit

Permalink
Make like animation on web same speed as mobile (#5391)
Browse files Browse the repository at this point in the history
  • Loading branch information
knotbin authored Sep 17, 2024
1 parent 2745cba commit 751375c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/custom-animations/LikeIcon.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 751375c

Please sign in to comment.