From 7fc0a5b31f912ad8b2ad536d530a8b3ee86b9078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 29 May 2023 14:18:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/typing.css=E2=80=9C=20l=C3=B6schen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/typing.css | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 css/typing.css diff --git a/css/typing.css b/css/typing.css deleted file mode 100644 index 344ee4f..0000000 --- a/css/typing.css +++ /dev/null @@ -1,15 +0,0 @@ - -.typed { - overflow: hidden; - white-space: nowrap; - width: 0; - animation: typing; - animation-duration: 1.5s; - animation-timing-function: steps(30, end); - animation-fill-mode: forwards; -} - -@keyframes typing { - from { width: 0 } - to { width: 100% } -} \ No newline at end of file