Pulsar

Structural alignment

CSS

Misaligned construction datum segments shift into true structural alignment along a continuous baseline.

Tier
CSS
Dependencies
None
Duration
4 s, loops
Categories
Data and progress
Use cases
Determinate progress, Workflow and approvals
Industries
Construction and built environment, Cross-industry
Style
Minimal line · light stroke
Set
punchlist
Tags
lineminimalloopgeometric

Companion assets

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

Animated
CSS tier
Static vector
Structural alignment, not animated
Download SVG

Code

animation.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="none" aria-hidden="true" class="pulsar pulsar-punchlist-remedy" data-pulsar="punchlist-remedy" viewBox="0 0 160 96"><line x1="28" x2="72" y1="36" y2="36" stroke="currentColor" stroke-linecap="round" stroke-width="1.6" class="seg s1"></line><line x1="88" x2="132" y1="60" y2="60" stroke="var(--pulsar-accent, currentColor)" stroke-linecap="round" stroke-width="1.6" class="seg s2"></line><circle cx="80" cy="48" r="3" stroke="var(--pulsar-accent, currentColor)" stroke-width="1.2" class="joint"></circle></svg>

animation.css

.pulsar-punchlist-remedy {
  display: block;
  width: 100%;
  height: 100%;
}
.pulsar-punchlist-remedy .seg.s1 {
  animation: punchlist-remedy-align1 4s ease-in-out infinite;
}
.pulsar-punchlist-remedy .seg.s2 {
  animation: punchlist-remedy-align2 4s ease-in-out infinite;
}
.pulsar-punchlist-remedy .joint {
  animation: punchlist-remedy-joint 4s ease-in-out infinite;
}
@keyframes punchlist-remedy-align1 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
}
@keyframes punchlist-remedy-align2 {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@keyframes punchlist-remedy-joint {
  0%,
  100% {
    opacity: 0.2;
    transform: scale(0.8);
    transform-origin: 80px 48px;
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
    transform-origin: 80px 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pulsar-punchlist-remedy .seg.s1,
  .pulsar-punchlist-remedy .seg.s2,
  .pulsar-punchlist-remedy .joint {
    animation: none;
    transform: none;
    opacity: 1;
  }
}

From this family15 in Punchlist

See the family