mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-04 08:25:38 +00:00
Removed anim::cvalue and ColorAnimation, all done by fvalue now.
Also moved style::interpolate to anim::color/anim::pen/anim::brush.
This commit is contained in:
@@ -400,7 +400,7 @@ void Widget::step_shift(float64 ms, bool timer) {
|
||||
}
|
||||
|
||||
void Widget::hideSlow() {
|
||||
hideAnimated(st::notifySlowHide, st::notifySlowHideFunc);
|
||||
hideAnimated(st::notifySlowHide, anim::easeInCirc);
|
||||
}
|
||||
|
||||
void Widget::hideFast() {
|
||||
|
Reference in New Issue
Block a user