2
0
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:
John Preston
2016-11-07 14:24:19 +03:00
parent 0326976473
commit 23c2e5364a
55 changed files with 483 additions and 602 deletions

View File

@@ -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() {