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 fb2c167 commit 6e82b70Copy full SHA for 6e82b70
js/markdown-stream/markdown-stream.scss
@@ -68,6 +68,7 @@ pre:has(.code-copy-button) {
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 1.75s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
72
animation-delay: 250ms;
73
display: inline-block;
74
transform-origin: center;
0 commit comments