2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

linear anim for sticker packs icons

This commit is contained in:
John Preston
2015-06-05 20:06:37 +03:00
parent cb1c8c4aea
commit 62a0878198

View File

@@ -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();
}