Files
lcbp3.np-dms.work/n8n-cache/n8n/public/assets/AnimatedSpinner-ChSRgyeI.css
2025-09-21 20:29:15 +07:00

40 lines
571 B
CSS
Executable File

@keyframes fade-7870f87e {
0% {
opacity: 100;
}
20% {
opacity: 0;
}
40% {
opacity: 100;
}
}
.line[data-v-7870f87e] {
animation: fade-7870f87e 1.6s infinite;
}
.one[data-v-7870f87e] {
animation-delay: 0s;
}
.two[data-v-7870f87e] {
animation-delay: 0.2s;
}
.three[data-v-7870f87e] {
animation-delay: 0.4s;
}
.four[data-v-7870f87e] {
animation-delay: 0.6s;
}
.five[data-v-7870f87e] {
animation-delay: 0.8s;
}
.six[data-v-7870f87e] {
animation-delay: 1s;
}
.seven[data-v-7870f87e] {
animation-delay: 1.2s;
}
.eight[data-v-7870f87e] {
animation-delay: 1.4s;
}