Skip to content

Commit 0831fe1

Browse files
committed
fix: slow crawl animation from 30s to 45s for readability
1 parent 6153fdf commit 0831fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/.vitepress/theme/components/OpeningCrawl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function scrollToCards() {
328328
}
329329
330330
.crawl-content.rolling {
331-
animation: crawl 30s linear infinite;
331+
animation: crawl 45s linear infinite;
332332
}
333333
334334
@keyframes crawl {

0 commit comments

Comments
 (0)