Tweak reaction animation
This commit is contained in:
parent
4278bd1e54
commit
f8d26e3e3d
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue