mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +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;
|
_iconsStartAnim = 0;
|
||||||
_iconsX.finish();
|
_iconsX.finish();
|
||||||
} else {
|
} else {
|
||||||
_iconsX.update(dt, anim::sineInOut);
|
_iconsX.update(dt, anim::linear);
|
||||||
}
|
}
|
||||||
updateSelected();
|
updateSelected();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue