Make like animation on web same speed as mobile (#5391)

zio/dev^2
Roscoe Rubin-Rottenberg 2024-09-17 15:07:09 -04:00 committed by GitHub
parent 2745cba3ea
commit 751375ce3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}