diff --git a/src/components/middle/message/ReactionAnimatedEmoji.tsx b/src/components/middle/message/ReactionAnimatedEmoji.tsx index 09fb293e2..a4a5c5c73 100644 --- a/src/components/middle/message/ReactionAnimatedEmoji.tsx +++ b/src/components/middle/message/ReactionAnimatedEmoji.tsx @@ -70,6 +70,7 @@ const ReactionAnimatedEmoji: FC = ({ animationData={mediaDataCenterIcon} play noLoop + forceOnHeavyAnimation onLoad={markAnimationLoaded} onEnded={unmarkAnimationLoaded} /> @@ -81,6 +82,7 @@ const ReactionAnimatedEmoji: FC = ({ animationData={mediaDataEffect} play noLoop + forceOnHeavyAnimation onEnded={handleEnded} />