Pulsar

Review

CSS

A reticle inspection loop sweeps over document rules, highlighting verified clauses.

Tier
CSS
Dependencies
None
Duration
4 s, loops
Categories
Icons and micro-interactions
Use cases
Success and confirmation, Security and trust
Industries
Education and training, Cross-industry
Style
Technical · light stroke
Set
accredit
Tags
uicirclelineloop

Companion assets

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

Animated
CSS tier
Static vector
Review, not animated
Download SVG

Code

animation.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" class="pulsar pulsar-accredit-review" data-pulsar="accredit-review" viewBox="0 0 160 96"><g class="doc-lines"><line x1="38" x2="122" y1="32" y2="32" stroke="currentColor" stroke-width="1.5" opacity=".3"></line><line x1="38" x2="122" y1="44" y2="44" stroke="currentColor" stroke-width="1.5" opacity=".3"></line><line x1="38" x2="122" y1="56" y2="56" stroke="currentColor" stroke-width="1.5" opacity=".3"></line><line x1="38" x2="94" y1="68" y2="68" stroke="currentColor" stroke-width="1.5" opacity=".3"></line></g><g class="reticle-lens"><circle cx="80" cy="50" r="18" fill="var(--pulsar-accent, currentColor)" fill-opacity=".12" stroke="var(--pulsar-accent, currentColor)" stroke-width="2"></circle><line x1="80" x2="80" y1="36" y2="64" stroke="var(--pulsar-accent, currentColor)" stroke-dasharray="2 2"></line><line x1="66" x2="94" y1="50" y2="50" stroke="var(--pulsar-accent, currentColor)" stroke-dasharray="2 2"></line><circle cx="80" cy="50" r="2.5" fill="var(--pulsar-accent, currentColor)"></circle></g></svg>

animation.css

.pulsar-accredit-review {
  display: block;
  width: 100%;
  height: 100%;
}
.pulsar-accredit-review .reticle-lens {
  animation: accredit-review-pan 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes accredit-review-pan {
  0%,
  100% {
    transform: translate(-22px, -8px);
  }
  50% {
    transform: translate(22px, 8px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pulsar-accredit-review .reticle-lens {
    animation: none;
    transform: none;
  }
}

From this family15 in Accredit

See the family