Skip to content

Commit fb2c167

Browse files
committed
chore: delay dot pulse until streaming pauses
1 parent 7db7135 commit fb2c167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/markdown-stream/markdown-stream.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pre:has(.code-copy-button) {
6868
.markdown-stream-dot {
6969
// The stream dot is appended with each streaming chunk update, so the pulse animation
7070
// 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);
71+
animation-delay: 250ms;
7272
display: inline-block;
7373
transform-origin: center;
7474
}

0 commit comments

Comments
 (0)