Bluesky app fork with some witchin' additions 💫

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

authored by

Roscoe Rubin-Rottenberg and committed by
GitHub
751375ce 2745cba3

+1 -1
+1 -1
src/lib/custom-animations/LikeIcon.web.tsx
··· 10 10 } from '#/components/icons/Heart2' 11 11 12 12 const animationConfig = { 13 - duration: 400, 13 + duration: 600, 14 14 easing: 'cubic-bezier(0.4, 0, 0.2, 1)', 15 15 fill: 'forwards' as FillMode, 16 16 }