added react flow to show the flow of better-t-stack, add customization option and more

This commit is contained in:
fgrreloaded
2025-02-16 23:08:46 +05:30
parent b836d394e5
commit 1f5c60b7ca
14 changed files with 743 additions and 12 deletions

View File

@@ -52,3 +52,16 @@
opacity: 0;
animation: fadeInUp 0.5s ease-out forwards;
}
.border-beam {
animation: border-beam 3s linear infinite;
}
@keyframes border-beam {
0% {
background-position: 0% 50%;
}
100% {
background-position: 200% 50%;
}
}