<span is="x-loading">
<style>
@-webkit-keyframes x-loading-dot {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.x-loading-one {
opacity: 1;
-webkit-animation: x-loading-dot 1.3s infinite;
-webkit-animation-delay: 0.0s;
}
.x-loading-two {
opacity: 1;
-webkit-animation: x-loading-dot 1.3s infinite;
-webkit-animation-delay: 0.2s;
}
.x-loading-three {
opacity: 1;
-webkit-animation: x-loading-dot 1.3s infinite;
-webkit-animation-delay: 0.3s;
}
</style>
<span class="q-x-loading" style="color: rgb(80, 80, 80);">
<span class="x-loading-one">.</span><span class="x-loading-two">.</span><span class="x-loading-three">.</span>
</span>
</span>
If a component like the overlay also contains logic the code will be added to your compiled and minified JavaScript output.
A boilerplate including user authentication & authorization
Tech: Automerge, tRPC, Prisma and deployment on fly.io and vercel.com Bonus: includes explanation videos on the website