From a5b00d86dcca5d2a62112db3d23a452e3106cfac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 29 May 2023 14:41:25 +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 | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index e5ae47d..5ffff68 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -284,22 +284,3 @@ hr { .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)}} -/* DEMO-SPECIFIC STYLES */ -.typed { - overflow: hidden; /* Ensures the content is not revealed until the animation */ - white-space: nowrap; /* Keeps the content on a single line */ - margin: 0 auto; /* Gives that scrolling effect as the typing happens */ - animation: - typing 3.5s steps(30, end), - blink-caret .5s step-end infinite; -} - -/* The typing effect */ -@keyframes typing { - from { width: 0 } - to { width: 100% } -} - -div2 { - width : 200px; -}