mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Added initial chart y-axis animation without x-axis.
This commit is contained in:
@@ -41,6 +41,13 @@ private:
|
||||
Limits _startFromH;
|
||||
|
||||
Limits _xPercentageLimits;
|
||||
struct {
|
||||
Limits was;
|
||||
Limits now;
|
||||
Ui::Animations::Basic animation;
|
||||
crl::time lastUserInteracted = 0;
|
||||
float64 progress = 0.;
|
||||
} _xPercentage;
|
||||
|
||||
float64 _minMaxUpdateStep = 0.;
|
||||
|
||||
|
Reference in New Issue
Block a user