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

This commit is contained in:
Roscoe Rubin-Rottenberg
2024-09-17 15:07:09 -04:00
committed by GitHub
parent 2745cba3ea
commit 751375ce3c
+1 -1
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,
}