Pulsar

Claims

CSS

A structured token list displays attributes (represented as bars) that expand horizontally and light up as they are cryptographically signed.

Tier
CSS
Dependencies
None
Duration
4 s, loops
Categories
Data and progress
Use cases
Security and trust, Workflow and approvals
Industries
Security and identity, Cross-industry
Style
Technical · light stroke
Set
credential
Tags
barsglowgeometricminimalui

Companion assets

The same artwork, not animated. Derived from the entry’s own resting state, so it matches exactly.

Animated
CSS tier
Static vector
Claims, not animated
Download SVG

Code

animation.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" class="pulsar pulsar-credential-claims" data-pulsar="credential-claims" viewBox="0 0 160 96"><rect width="88" height="56" x="36" y="20" stroke="currentColor" stroke-width="1.5" opacity=".35" rx="6"></rect><rect width="68" height="8" x="46" y="30" stroke="currentColor" stroke-width="1.5" class="credential-claims-c1" opacity=".5" rx="2"></rect><rect width="68" height="8" x="46" y="44" fill="var(--pulsar-accent, currentColor)" fill-opacity=".2" stroke="var(--pulsar-accent, currentColor)" stroke-width="1.8" class="credential-claims-c2" rx="2"></rect><rect width="68" height="8" x="46" y="58" stroke="currentColor" stroke-width="1.5" class="credential-claims-c3" opacity=".5" rx="2"></rect><circle cx="106" cy="48" r="3" fill="var(--pulsar-accent, currentColor)" class="credential-claims-seal"></circle></svg>

animation.css

.pulsar-credential-claims {
  display: block;
  overflow: visible;
}
.pulsar-credential-claims .credential-claims-c1 {
  animation: credential-claims-c1-anim 4000ms ease infinite;
}
.pulsar-credential-claims .credential-claims-c2 {
  animation: credential-claims-c2-anim 4000ms ease infinite;
}
.pulsar-credential-claims .credential-claims-c3 {
  animation: credential-claims-c3-anim 4000ms ease infinite;
}
.pulsar-credential-claims .credential-claims-seal {
  transform-origin: 106px 48px;
  animation: credential-claims-seal-anim 4000ms ease infinite;
}

@keyframes credential-claims-c1-anim {
  0%,
  15% {
    opacity: 0.3;
  }
  30%,
  80% {
    opacity: 0.8;
  }
  92%,
  100% {
    opacity: 0.3;
  }
}

@keyframes credential-claims-c2-anim {
  0%,
  25% {
    opacity: 0.3;
    transform: scaleX(0.7);
    transform-origin: 46px 48px;
  }
  42%,
  80% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 46px 48px;
  }
  92%,
  100% {
    opacity: 0.3;
    transform: scaleX(0.7);
    transform-origin: 46px 48px;
  }
}

@keyframes credential-claims-c3-anim {
  0%,
  35% {
    opacity: 0.3;
  }
  50%,
  80% {
    opacity: 0.8;
  }
  92%,
  100% {
    opacity: 0.3;
  }
}

@keyframes credential-claims-seal-anim {
  0%,
  40% {
    transform: scale(0);
    opacity: 0;
  }
  48%,
  80% {
    transform: scale(1.3);
    opacity: 1;
  }
  90%,
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulsar-credential-claims * {
    animation: none !important;
  }
}

From this family15 in Credential

See the family