Skip to content

Commit 2f73c1f

Browse files
author
Andrey Cheptsov
committed
Adjust typing animation speeds on landing page for improved user experience
1 parent 6ef5e8c commit 2f73c1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/assets/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
12771277
padding-right: 22px;
12781278
}
12791279

1280-
.md-tabs__item:nth-child(1), .md-tabs__item:nth-child(4) {
1280+
.md-tabs__item:nth-child(1) {
12811281
display: none;
12821282
}
12831283

docs/overrides/home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
'for AI researchers', 'for ML engineers',
2424
'on NVIDIA GPUs', 'on AMD GPUs', 'on any GPU or CPU', 'without vendor lock-in',
2525
],
26-
backDelay: 5000,
27-
typeSpeed: 150,
28-
backSpeed: 100,
26+
backDelay: 1800,
27+
typeSpeed: 85,
28+
backSpeed: 60,
2929
loop: true,
3030
});
3131
</script>

0 commit comments

Comments
 (0)