We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9831ab5 commit d212186Copy full SHA for d212186
js/markdown-stream/markdown-stream.scss
@@ -66,6 +66,8 @@ pre:has(.code-copy-button) {
66
}
67
68
.markdown-stream-dot {
69
+ // The stream dot is appended with each streaming chunk update, so the pulse animation
70
+ // only shows up when streaming pauses but isn't complete.
71
animation: markdown-stream-dot-pulse 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
72
display: inline-block;
73
transform-origin: center;
0 commit comments