Skip to content

Commit 11d8c0a

Browse files
committed
az
1 parent 3cee5c3 commit 11d8c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/theme/components/TeamCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default {
6262
typingEl.innerHTML = html;
6363
colorIndex = (colorIndex + 1) % rainbowColors.length;
6464
}
65-
}, 600);
65+
}, 400);
6666
},
6767
setupTypingEffect(textElId, cursorElId, texts, typingSpeed = 100, deletingSpeed = 50) {
6868
const PAUSE_AFTER = 2000;
@@ -170,7 +170,7 @@ export default {
170170
171171
.rainbow-name {
172172
font-weight: 600;
173-
transition: color 0.5s ease-in-out;
173+
transition: color 0.3s ease-in-out;
174174
}
175175
176176
@keyframes blink {

0 commit comments

Comments
 (0)