Skip to content
Snippets Groups Projects
Commit 9828e712 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Make text appear faster

parent 16004e8a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@
<img src={imageUrl} alt="Portrait" />
<div>
<Typewriter cascade interval={15} cursor={false}>
<Typewriter cascade interval={10} cursor={false}>
{#each text.split("\n") as para}
<p>{para}</p>
{/each}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment