mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Restore "wave" typing indicator animation
This commit is contained in:
@@ -4275,7 +4275,12 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
|
||||
@include only-when-page-is-visible {
|
||||
animation: typing-animation 1600ms ease infinite;
|
||||
animation: {
|
||||
name: typing-animation;
|
||||
duration: 1600ms;
|
||||
timing-function: ease;
|
||||
iteration-count: infinite;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user