From 62a0878198653057c404aadf156fe38fe2b22fef Mon Sep 17 00:00:00 2001 From: John Preston <johnprestonmail@gmail.com> Date: Fri, 5 Jun 2015 20:06:37 +0300 Subject: [PATCH] linear anim for sticker packs icons --- Telegram/SourceFiles/dropdown.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/dropdown.cpp b/Telegram/SourceFiles/dropdown.cpp index a6d1bb406..64280d0a0 100644 --- a/Telegram/SourceFiles/dropdown.cpp +++ b/Telegram/SourceFiles/dropdown.cpp @@ -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(); }