mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Moved FloatAnimation->Animation, Animation->BasicAnimation.
This commit is contained in:
@@ -79,10 +79,10 @@ private:
|
||||
|
||||
bool _wasAnimating = false;
|
||||
bool _inPaintEvent = false;
|
||||
FloatAnimation _a_shown;
|
||||
FloatAnimation _a_mainMenuShown;
|
||||
FloatAnimation _a_specialLayerShown;
|
||||
FloatAnimation _a_layerShown;
|
||||
Animation _a_shown;
|
||||
Animation _a_mainMenuShown;
|
||||
Animation _a_specialLayerShown;
|
||||
Animation _a_layerShown;
|
||||
|
||||
Ui::RectShadow _shadow;
|
||||
|
||||
|
Reference in New Issue
Block a user