Ensure controls remain visible during ringing direct call
This commit is contained in:
parent
5aa80876f0
commit
f6242c697c
1 changed files with 1 additions and 1 deletions
|
@ -3689,7 +3689,7 @@ button.module-image__border-overlay:focus {
|
|||
}
|
||||
@mixin module-ongoing-call__controls--fade-in {
|
||||
animation: {
|
||||
name: module-ongoing-call__controls--fade-out;
|
||||
name: module-ongoing-call__controls--fade-in;
|
||||
duration: 1200ms;
|
||||
timing-function: $ease-out-expo;
|
||||
fill-mode: forwards;
|
||||
|
|
Loading…
Reference in a new issue