mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-25 15:38:45 +02:00
Removed Animate.css dependency
This commit is contained in:
parent
217201fa66
commit
280d7544a9
43
littlelink/css/animate.css
vendored
43
littlelink/css/animate.css
vendored
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user