From f7652d8b1fb03de96d614b6bc86235304537ff90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 29 May 2023 14:18:51 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/skeleton-auto.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/skeleton-auto.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index c95bcdb..3d2df3f 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -282,4 +282,19 @@ hr { .animate-zoom-4 {animation:animatezoom 1.2s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} .animate-zoom-5 {animation:animatezoom 1.4s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} .animate-zoom-6 {animation:animatezoom 1.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} -.animate-zoom-7 {animation:animatezoom 1.8s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} \ No newline at end of file +.animate-zoom-7 {animation:animatezoom 1.8s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}} + +.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