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
1 changed files with 1 additions and 1 deletions

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