נקודה במסלול הוא מחוון טעינה מתוך טעינה והמתנה של כליקס. מה שמורידים הוא קטע HTML ו-CSS בלי תמונות ובלי GIF. אין ספרייה חיצונית, אין שלב בנייה, ואם כליקס ייעלם מחר הקוד ימשיך לעבוד.
מחוון טעינה · ספינר · טעינה
.klix-orbit-dot { position: relative; width: 2.8rem; height: 2.8rem;
border: 2px dashed rgba(255,255,255,.22); border-radius: 50%;
animation: klix-spin-l 6s linear infinite }
.klix-orbit-dot span { position: absolute; top: -.3rem; inset-inline-start: 50%;
width: .6rem; height: .6rem; border-radius: 50%; background: currentColor }
@keyframes klix-spin-l { to { transform: rotate(360deg) } }