Reactions: Fix animation lag when closing context menu
This commit is contained in:
parent
2ddca241e3
commit
f5f9a2ffe0
@ -70,6 +70,7 @@ const ReactionAnimatedEmoji: FC<OwnProps> = ({
|
||||
animationData={mediaDataCenterIcon}
|
||||
play
|
||||
noLoop
|
||||
forceOnHeavyAnimation
|
||||
onLoad={markAnimationLoaded}
|
||||
onEnded={unmarkAnimationLoaded}
|
||||
/>
|
||||
@ -81,6 +82,7 @@ const ReactionAnimatedEmoji: FC<OwnProps> = ({
|
||||
animationData={mediaDataEffect}
|
||||
play
|
||||
noLoop
|
||||
forceOnHeavyAnimation
|
||||
onEnded={handleEnded}
|
||||
/>
|
||||
</>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user