Skip to content

Commit 6e82b70

Browse files
committed
chore: slightly faster dot pulse
1 parent fb2c167 commit 6e82b70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/markdown-stream/markdown-stream.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +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 1.75s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
7172
animation-delay: 250ms;
7273
display: inline-block;
7374
transform-origin: center;

0 commit comments

Comments
 (0)