mirror of https://github.com/procxx/kepka.git
Make animation tick less, almost like before.
Unfortunately otherwise animations look not smooth. Fixes #5897.
This commit is contained in:
parent
826d6011a1
commit
9bfa6d7cf4
|
@ -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…
Reference in New Issue