mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Make animation tick less, almost like before.
Unfortunately otherwise animations look not smooth. Fixes #5897.
This commit is contained in:
parent
826d6011a1
commit
9bfa6d7cf4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue