mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
linear anim for sticker packs icons
This commit is contained in:
parent
cb1c8c4aea
commit
62a0878198
1 changed files with 1 additions and 1 deletions
|
@ -2066,7 +2066,7 @@ bool EmojiPan::iconAnim(float64 ms) {
|
|||
_iconsStartAnim = 0;
|
||||
_iconsX.finish();
|
||||
} else {
|
||||
_iconsX.update(dt, anim::sineInOut);
|
||||
_iconsX.update(dt, anim::linear);
|
||||
}
|
||||
updateSelected();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue