bar: wiggle long press reactions

Signed-off-by: William Casarin <jb55@jb55.com>
Changelog-Fixed: Fix wiggle when long press reactions
This commit is contained in:
Suhail Saqan
2023-08-05 11:56:31 -05:00
committed by William Casarin
parent 0350809e82
commit 7900865c02

View File

@@ -335,6 +335,11 @@ struct LikeButton: View {
showReactionsBG = 0
}
showEmojis = []
withAnimation(Animation.easeOut(duration: 0.15)) {
shouldAnimate = true
amountOfAngleIncrease = 20.0
}
}
}