„css/skeleton-auto.css“ ändern
This commit is contained in:
parent
7fc0a5b31f
commit
f7652d8b1f
@ -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)}}
|
||||
.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% }
|
||||
}
|
Loading…
Reference in New Issue
Block a user