diff --git a/Telegram/SourceFiles/ui/effects/animations.cpp b/Telegram/SourceFiles/ui/effects/animations.cpp index 8fe616a8f..de450743a 100644 --- a/Telegram/SourceFiles/ui/effects/animations.cpp +++ b/Telegram/SourceFiles/ui/effects/animations.cpp @@ -14,7 +14,7 @@ namespace Ui { namespace Animations { namespace { -constexpr auto kAnimationTick = crl::time(1000) / 60; +constexpr auto kAnimationTick = crl::time(1000) / 120; constexpr auto kIgnoreUpdatesTimeout = crl::time(4); } // namespace