Skip to content

Commit 8101184

Browse files
committed
Speed up animations
1 parent 430d91c commit 8101184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div
2020
class="font-mono text-gray-700 dark:text-gray-200 ms-2 overflow-clip"
2121
id="terminal-output-container"
22-
style="transition: all 0.2s;"
22+
style="transition: all 0.1s ease-out;"
2323
>
2424
<div id="terminal-output"></div>
2525
</div>

0 commit comments

Comments
 (0)