Tweak reaction animation

This commit is contained in:
Freeplay 2023-02-25 20:36:00 -05:00
parent 4278bd1e54
commit f8d26e3e3d
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ useTooltip(buttonRef, async (showing) => {
&.newlyAdded { &.newlyAdded {
animation: scaleInSmall .3s cubic-bezier(0,0,0,1.2); animation: scaleInSmall .3s cubic-bezier(0,0,0,1.2);
:deep(.mk-emoji) { :deep(.mk-emoji) {
animation: scaleIn .4s cubic-bezier(0,0,0,1.5); animation: scaleIn .4s cubic-bezier(0.7, 0, 0, 1.5);
} }
} }
:deep(.mk-emoji) { :deep(.mk-emoji) {