mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Tweak reaction animation
This commit is contained in:
parent
353198ed2f
commit
48ea54e498
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ useTooltip(buttonRef, async (showing) => {
|
|||
&.newlyAdded {
|
||||
animation: scaleInSmall .3s cubic-bezier(0,0,0,1.2);
|
||||
: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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue