Restore "wave" typing indicator animation
This commit is contained in:
parent
e76f603233
commit
2d16542f4d
1 changed files with 6 additions and 1 deletions
|
@ -4275,7 +4275,12 @@ button.module-image__border-overlay:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
@include only-when-page-is-visible {
|
@include only-when-page-is-visible {
|
||||||
animation: typing-animation 1600ms ease infinite;
|
animation: {
|
||||||
|
name: typing-animation;
|
||||||
|
duration: 1600ms;
|
||||||
|
timing-function: ease;
|
||||||
|
iteration-count: infinite;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue