mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Rotate background in ListWidget.
This commit is contained in:
parent
ce6f9f580f
commit
5a882d1fdc
1 changed files with 3 additions and 0 deletions
|
@ -1444,6 +1444,9 @@ void ListWidget::startItemRevealAnimations() {
|
||||||
1.,
|
1.,
|
||||||
kItemRevealDuration,
|
kItemRevealDuration,
|
||||||
anim::easeOutCirc);
|
anim::easeOutCirc);
|
||||||
|
if (view->data()->out()) {
|
||||||
|
controller()->rotateComplexGradientBackground();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue