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 7db7135 commit fb2c167Copy full SHA for fb2c167
js/markdown-stream/markdown-stream.scss
@@ -68,7 +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 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
+ animation-delay: 250ms;
72
display: inline-block;
73
transform-origin: center;
74
}
0 commit comments