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:
committed by
William Casarin
parent
0350809e82
commit
7900865c02
@@ -335,6 +335,11 @@ struct LikeButton: View {
|
|||||||
showReactionsBG = 0
|
showReactionsBG = 0
|
||||||
}
|
}
|
||||||
showEmojis = []
|
showEmojis = []
|
||||||
|
|
||||||
|
withAnimation(Animation.easeOut(duration: 0.15)) {
|
||||||
|
shouldAnimate = true
|
||||||
|
amountOfAngleIncrease = 20.0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user