Added arcs animation to volume menu item in group calls.

This commit is contained in:
23rd
2021-01-18 00:44:03 +03:00
parent 833ffe1784
commit 50f87cce84
3 changed files with 70 additions and 4 deletions
+15
View File
@@ -786,6 +786,21 @@ groupCallMuteCrossLine: CrossLineAnimation {
stroke: 2px;
}
groupCallMenuSpeakerArcsSkip: 1px;
groupCallMenuVolumeSkip: 5px;
groupCallSpeakerArcsAnimation: ArcsAnimation {
fg: groupCallIconFg;
stroke: 2px;
space: 4px;
duration: 200;
deltaAngle: 60;
deltaHeight: 6px;
deltaWidth: 7px;
startHeight: 3px;
startWidth: 0px;
}
callTopBarMuteCrossLine: CrossLineAnimation {
fg: callBarFg;
icon: icon {{ "calls/call_record_active", callBarFg }};