מקליד כרגע

מקליד כרגע הוא מחוון טעינה מתוך טעינה והמתנה של כליקס. מה שמורידים הוא קטע HTML ו-CSS בלי תמונות ובלי GIF. אין ספרייה חיצונית, אין שלב בנייה, ואם כליקס ייעלם מחר הקוד ימשיך לעבוד.

מחוון טעינה · נקודות · צ׳אט · טעינה

.klix-typing { display: inline-flex; gap: .25rem; padding: .6rem .9rem;
  border-radius: 999px; background: rgba(255,255,255,.1) }
.klix-typing span { width: .5rem; height: .5rem; border-radius: 50%; background: currentColor;
  animation: klix-typing-b .9s ease-in-out infinite }
.klix-typing span:nth-child(2) { animation-delay: .15s }
.klix-typing span:nth-child(3) { animation-delay: .3s }
@keyframes klix-typing-b { 50% { transform: translateY(-.3rem) } }