mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Some more ripple animations. Now only anim::value (float64).
Also each FloatAnimation now stops MTP responses. Also slide animations done by FloatAnimation. Closed beta 10019012.
This commit is contained in:
@@ -159,13 +159,13 @@ private:
|
||||
bool _hiding = false;
|
||||
bool _deleted = false;
|
||||
float64 _opacityDuration;
|
||||
anim::fvalue a_opacity;
|
||||
anim::value a_opacity;
|
||||
anim::transition a_func;
|
||||
Animation _a_opacity;
|
||||
|
||||
QPoint _startPosition;
|
||||
Direction _direction;
|
||||
anim::ivalue a_shift;
|
||||
anim::value a_shift;
|
||||
Animation _a_shift;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user