Removed Animate.css dependency

This commit is contained in:
Julian Prieber 2022-05-30 17:28:14 +02:00
parent 217201fa66
commit 280d7544a9
1 changed files with 0 additions and 43 deletions

View File

@ -1,28 +1,3 @@
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
* animation-delay: calc(var(--delay)/10);
* Copyright (c) 2022 Animate.css
*/
.button-entrance {
animation-name: zoomIn;
animation-duration: 1s;
animation-fill-mode: both;
animation-delay: calc(var(--delay)/10);
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
/* Rotating entrances */ /* Rotating entrances */
.rotate { .rotate {
@ -42,24 +17,6 @@
} }
} }
.fadein {
animation-name: fadein;
animation-duration: 3s;
animation-fill-mode: both;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.logo-container { .logo-container {
position: relative; position: relative;
text-align: center; text-align: center;