Improve bot commands & send as animation
This commit is contained in:
parent
0a7d4a6c5a
commit
ef5ca42290
@ -1251,6 +1251,7 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-message-bot-commands {
|
.new-message-bot-commands {
|
||||||
@ -1382,15 +1383,19 @@ $background-transition-total-time: #{$input-transition-time - $background-transi
|
|||||||
.new-message-send-as-container,
|
.new-message-send-as-container,
|
||||||
.new-message-bot-commands {
|
.new-message-bot-commands {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.animating {
|
&.animating {
|
||||||
.toggle-emoticons,
|
.toggle-emoticons,
|
||||||
.input-message-container,
|
.input-message-container {
|
||||||
|
transition: transform var(--transition-standard-in);
|
||||||
|
}
|
||||||
|
|
||||||
.new-message-send-as-container,
|
.new-message-send-as-container,
|
||||||
.new-message-bot-commands {
|
.new-message-bot-commands {
|
||||||
transition: transform var(--transition-standard-in);
|
transition: transform var(--transition-standard-in), opacity var(--transition-standard-in);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user